.htaccess banning referrer question?
-
Hello everyone,
I have this person who keeps linking to me and I want to ban them so I set up a referrer ban. In this case an IP ban wouldn’t work because they are coming from a legit major blogging site (blogger.com). It doesn’t seem to be working…
Is this correct?
#Referrer Ban
RewriteCond %{HTTP_REFERER ex1.blogspot.com [NC,OR]
RewriteCond %{HTTP_REFERER} ex2.blogger.com [NC]
RewriteRule .* – [F]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘.htaccess banning referrer question?’ is closed to new replies.