Hi All,
I was taking a look at my google analytics log this morning and noticed a massive spike in traffic and the traffic is coming all from the same site. Even though I don’t physically see my link in the offending site. I know that given the type of site and where all the visitors are coming from (typical spamming countries) that it is a pure spamming site masquerading as a legit site.
Can I use a script in .htaccess file to block all incoming traffic from this one site? I found a sample script on a Wordpress fourm even though I don’t have a Wordpress site.
SetEnvIfNoCase Referer thebadsiteurl.com spammer=yes
Order allow,deny
allow from all
deny from env=spammer
Thanks for the help