I would like to:
1)continue to use our new domain name
2)keep our original domain name and point it to the new design/content
3)maintain our serp (low pagerank, but well placed for primary key phrase)
4)continue to use our original domain email accounts.
What is the best way to approach this? I am using WHM/CPanel if it makes a difference.
Many thanks for any input.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]