[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [Raq 2] path to /users/web
- Subject: [cobalt-users] [Raq 2] path to /users/web
- From: Julien Macquart <jm@xxxxxxxxxxx>
- Date: Tue Mar 14 10:23:15 2000
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 ..