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
|