SyntaxFix
Write A Post
Hire A Developer
Questions
This will direct everything from the old host to the root of the new host:
RewriteEngine on RewriteCond %{http_host} ^www.old.com [NC,OR] RewriteCond %{http_host} ^old.com [NC] RewriteRule ^(.*)$ http://www.thenewdomain.org/ [R=301,NC,L]