.httaccess

RewriteEngine on
#
# if non-blank host header
RewriteCond %{HTTP_HOST} .
# and requested domain is NOT <a href="http://www.newdomain.com
RewriteCond" title="www.newdomain.com
RewriteCond">www.newdomain.com
RewriteCond</a> %{HTTP_HOST} !^www\.newdomain\.com
# redirect to requested page on <a href="http://www.newdoamin.com
RewriteRule" title="www.newdoamin.com
RewriteRule">www.newdoamin.com
RewriteRule</a> (.*) http://www.newdomain.com/$1 [R=301,L]