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

Re: [cobalt-users] Redirect



----- 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