Quote:
Originally Posted by Unexplained
What you will need to do is set up a 301 (Permanent redirect) from the old domain to the new domain. The new domain will then inherit the old domain's PR and possibly the search ranks as well.
|
Code:
RewriteCond %{HTTP_HOST} ^oldomain.com
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
Note:You will have to try out some variations with 301 re-directs to make it perfect, before you have completely setup your domain change.
Above code, should help make all the URLs for oldomain properly 301 to newdomain.