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

Re: [cobalt-users] HELP: tilde in path after URL



> Can someone help me find a way to remove the tilde in something like
>     www.domainname.com/~user
> 
> I am probably missing something really stupid, I've tried various
> changes and directives but they do not seem to work  (such as:
> UserDir http://www.domainename.com/*)
> 
> I have a RAQ3 and I have received a request for a domain site with
> various users to be under it, unfortunately when I set it up the pages
> are accessed with a tilde and the client absolutely doesn't want it.
> He asked for:
>    www.domainname.com/user1
>    www.domainname.com/user2    etc.
> instead of
>     www.domainname.com/~user1
>    www.domainname.com/~user2    etc.
> Andy

Try this...
cd /home/sites/www.domainname.com/web/
ln -s /home/sites/www.domainname.com/users/user1 user1
chown user1 user1
chgrp siteX user1
go test it

Zeffie