How do I make my redirect rule with mask?
Rule: RewriteCond %{HTTP_HOST} ^(www\\.)?example\\.com [NC] RewriteRule ^$ http://otherexample.com/page.php [R=302,L]<
RewriteCond %{HTTP_HOST} ^(www\\.)?example\\.com [NC] RewriteRule ^$ http://otherexample.com/page.php [R=302,L]<