[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Change default user's website URL "users/my_user"to "my_user"
- Subject: Re: [cobalt-users] Change default user's website URL "users/my_user"to "my_user"
- From: "Jean-Philippe CAZARD" <jpcazard@xxxxxxxxxxxxxxxx>
- Date: Fri Aug 4 09:41:55 2000
I already have tried to use symbolics links, but it doesn't work :
1- I open a telnet session with login/password of the administrator of the
concerned website (let say "www.domain.com" physicaly on directory
/home/sites/site1)
2- I create a symbolic link in /home/sites/site1 with ln -s users/joe ./joe
(I also have tried ln -s -d ...)
Result : the URL www.domain.com/joe doesn't redirect to
www.domain.com/users/joe (I got a 404 error, while the URL
www.domain.com/users/joe is OK).
Any help ?
Best regards,
Jean-Philippe CAZARD
jpcazard@xxxxxxxxxxxxxxxx
> Symbolic links. ln -s users/blah ./blah
> > I'm sorry if my question as already been discussed in this list, but
after a
> > long search is the list archives, I don't have found THE good solution
for a
> > problem which probably has been solved by many of you :
> >
> > On a website www.domain.com (directory site# on the server) if I create
a
> > user "joe" :
> >
> > 1- His website URL is www.domain.com/users/joe
> > 2- His website is physically in directory site#/users/joe
> >
> > Is there a GOOD solution to change the URL of joe website from
> > www.domain.com/users/joe to www.domain.com/joe
> >
> > At this time, I use a .htaccess file with "redirect joe users/joe ", BUT
on
> > the client browser, URL www.domain.com/joe is replaced by
> > www.domain.com/users/joe and I don't want that ...