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

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



Check out the tip i wrote about sub-domains, same principle.

~Randy

In a message dated 5/15/00 10:02:55 AM Central Daylight Time, becher@xxxxxx 
writes:

> 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