there is a domain name that someone is redirecting to my domain. i tried everything and can't get it to stop redirecting. how cna i block him from redirecting to my site?
currently i am doing this
RewriteEngine on RewriteCond %{HTTP_REFERER} hissite\.com/ RewriteRule ^$ [redirectosite.com...] [R=301,L]