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

[cobalt-users] using domain.com/user instead of domain.com/~user



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