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]