В корневой .htaccess старого сайта добавить:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^oldsite\.com$ [NC]
RewriteRule ^(.*)$ http://www.oldsite.com/$1 [R=301,L]
Redirect 301 / http://www.newsite.com/
RewriteEngine On
RewriteCond %{HTTP_HOST} ^oldsite\.com$ [NC]
RewriteRule ^(.*)$ http://www.oldsite.com/$1 [R=301,L]
Redirect 301 / http://www.newsite.com/