How do I redirect all pages of one domain to another..... I want to move all subfolders, pages, directories, and everything to the homepage of a different site. I am not maintaining current file structure. Is there a one liner that will accomplish this?
ok ----- This looks like it: RewriteEngine on RewriteCond %{HTTP_HOST} [url]www.website1.com[/url] RewriteRule ^(.*) [url]http://www.website2.com/[/url] [L,R=301] Code (markup):