[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] using domain.com/user instead of domain.com/~user
- Subject: [cobalt-users] using domain.com/user instead of domain.com/~user
- From: Luc Schiltz <becher@xxxxxx>
- Date: Mon May 15 08:01:16 2000
hello,
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site1/users/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site1/users/$1/web/$3
if I delete the ~ in the first line, I can access the domain.com/user1 directory
but no images are being displayed
does anybody know why ?
thanks
Luc