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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to