WillSquire
8/24/2016 - 9:41 AM

Redirect domain

Redirect domain

Redirect domain both with and without "www." subdomain:

RewriteCond %{HTTP_HOST} ^(www\.)?example\.com$ [NC]
RewriteRule ^ https://anotherexample.com%{REQUEST_URI} [L,R=301]