You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Manu Kits <ma...@hotmail.com> on 2003/03/05 19:17:10 UTC

AliasMatch: HowTo remove ~ in URL

Hello Everyone:

I am using Apache 1.3 on UNIX.

I have User named HARI on UNIX System.
My UserDir is public_html

I can access www.hostname.com/~hari/index.html - which I think it accesses 
/home/hari/public_html/index.html page.

BUT how do I access www.hostname.com/hari/index.html such that it still 
access /home/hari/public_html/index.html page?

I used AliasMatch but in vain!
AliasMatch ^/([^/]*)/?(.*) /home/$1/public_html/$2

I also tried AliasMatch /(.*)/(.*) /home/$1/public_html/$2 but in vain...

Can any XPERT help me on this?

THANKS!





_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org