[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Redirect
- Subject: Re: [cobalt-users] Redirect
- From: "Todd W" <twooly@xxxxxxxxx>
- Date: Thu Mar 20 19:30:03 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Dan Kriwitsky"
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, March 20, 2003 8:42 PM
Subject: RE: [cobalt-users] Redirect
> >
> > I was wandering if there was a way to redirect a site like this:
> >
> > person goes to www.domain.com and they are redirected to
> www.domain2.com/folder
>
> Apache
>
> RedirectPermanent
>
> Covered many times in the archives.
> http://list.cobalt.com/pipermail/cobalt-users/2000-January/001576.html
> --
> C2003 Dan Kriwitsky
>
> Please reply to the list only. Off list replies are not read.
>
>
This is what I added
RedirectPermanent / http://www.domain.com/folder
Thanks for the help