View Single Post
  #10 (permalink)  
Old 01-20-2008, 07:42 PM
lukkyjay lukkyjay is offline
WebProWorld Member
 
Join Date: Mar 2006
Location: Colorado
Posts: 79
lukkyjay RepRank 0
Default Re: Keeping linked pages with 301 redirect

Quote:
Originally Posted by Jean-Luc View Post
It's easy. Create a .htaccess file in the old domain:
Code:
RedirectPermanent / http://www.newsite.com/
Jean-Luc
Can that be the only thing I have in the .htaccess file? I did it just the way you have it there and it isn't redirecting and it isn't giving me any error messages. I called my host to make sure .htaccess was activated and they said it is a scripting issue. I'm trying to redirect from this site: Colorado Health Insurance Quotes

to this site: Colorado Health Insurance Quotes

and here is what is in my .htaccess file in the root of healthinsurance-colorado.com:
Code:
RedirectPermanent / http://www.healthinsurancecolorado.net/

Last edited by lukkyjay; 01-20-2008 at 07:44 PM. Reason: added the domain where the .htaccess was
Reply With Quote