Hey HomerJ,
I'm assuming apache with mod rewrite on?
Just save as .htaccess and put in the root directory of the old site and it should redirect all traffic to the corresponding pages, including https pagesCode:RewriteEngine On RewriteCond %{HTTPS} =on RewriteRule .* https://www.YOUR NEW DOMAIN HERE.com%{REQUEST_URI} [R,L] RewriteCond %{HTTPS} !=on RewriteRule .* http://www.YOUR NEW DOMAIN HERE.com%{REQUEST_URI} [R,L]
Cheers,
Jay







Reply With Quote
)
(wringing fist in the air)

Bookmarks