[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [Raq 2] path to /users/web



Hi all,

To access users web pages, i would like to type directly www.domain.com/<user>,
instead of www.domain.com/users/<user>. Actually in my httpd.conf, i add the
line 

AliasMatch ^/~([^/])(/(.*)) /home/sites/....../users/$1/web/$3

When i enter www.domain.com/<user>, i get the list of the files in
/.../<user>/web, but cannot open any file.

Can anyone help me ?

Thanks ..