[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: "Kevin McCann" <techadmin@xxxxxxxxxxxxxxx>
- Date: Wed Aug 9 11:11:52 2000
> Thank you for your suggestion, but it
> doesn't solve my problem.
> It's very important for me that URL for
> user "joe" on website www.domaine.com is
> www.domain.com/user NOT www.domain.com/~user,
> because at this time, all my users already have
> their websites on another server with the URL
> without the "~", and I have to transfer all their
> websites on a unique website on a RAQ3
Here's what I did when we moved from IIS4 to the Raq3.
I created a folder on the main web to make the origonal URL valid (i.e.
www.domain.com/user/) then I created a index.html file with a refresh meta
tag to facilitate the move to the ACTUAL user directory of
www.domain.com/~user/
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=../~user/">
You can set the refresh rate to 0 seconds if you don't want the person to
see the intermediary page and you can put a manual link in this page telling
people to update thier booksmarks if you like and this will help for people
if their browser dies on the refresh tag.
Hope that helps
Kevin