View Single Post
Old 01-24-2011, 06:08 AM  
Traxman
Registered User
 
Industry Role:
Join Date: Dec 2010
Location: Close to internet
Posts: 58
I assume you are moving permantly from one domain to another.
You need to issue a Movied Permantly http error code of 301 as well then.

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

Can't verify it since i'm not running apache anymore.

This is for apache, and i'm assuming you are running it.

Either paste that in your conf or in a .htaccess file, make sure you can use rewriterules.
__________________
Just because I know a lot of things, dont mean I know everything

Last edited by Traxman; 01-24-2011 at 06:10 AM.. Reason: Assuming..
Traxman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote