You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Alfonso Romero <ib...@prodigy.net.mx> on 2003/07/15 23:03:02 UTC

[users@httpd] AliasMatch and protected directories

I´m using the following

AliasMatch ^/([a-z])([^/]*)/?(.*) /ftpweb01/abeto/$1$2/public_html/$3

so that users typing the following URLs:
http://www.miweb.com/~igarcia/index.htm
and
http://www.miweb.com/igarcia/index.htm

can get to their web directories.  The problem is that this AliasMatch works
only for directories not protected with .htaccess files. What could be
wrong?


Thanks in advance,

Alfonso Romero



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] AliasMatch and protected directories

Posted by Joshua Slive <jo...@slive.ca>.
On Tue, 15 Jul 2003, Alfonso Romero wrote:

> I´m using the following
>
> AliasMatch ^/([a-z])([^/]*)/?(.*) /ftpweb01/abeto/$1$2/public_html/$3
>
> so that users typing the following URLs:
> http://www.miweb.com/~igarcia/index.htm
> and
> http://www.miweb.com/igarcia/index.htm
>
> can get to their web directories.  The problem is that this AliasMatch works
> only for directories not protected with .htaccess files. What could be
> wrong?

What doesn't work?  Please be specific and include any relevant log
entries and the contents of the .htacess files.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org