RewriteEngine on RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?abc.com.*$ [NC] RewriteRule (.*) http://www.mydomain.com/index-abc.html [R=permanent,L]