Forum Moderators: phranque

Message Too Old, No Replies

how 301 redirected site

         

smoothcat

4:37 pm on Jun 12, 2008 (gmt 0)

10+ Year Member



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]

thanks