I don't know if any of you are having this problem, but I've been getting a lot of 'referer' spam lately. I'm gonna give this a try in .htaccess:
This 'andrewsaluk.com' character hit my server 1800+ times yesterday...Code:# combat referer spam SetEnvIfNoCase Referer "^http://www.andrewsaluk.com" spam_ref=1 SetEnvIfNoCase Referer ".*(-).*(-).*" spam_ref=1 <FilesMatch "(.*)"> Order Allow,Deny Allow from all Deny from env=spam_ref </FilesMatch>![]()
I'm also getting a lot of XXX sites with hyphens in the name (like http://free-xxx-lesbian-pics.com et cetera) The code above should block referers with at least two '-'s.
I guess the idea is for them to fool the search bots into indexing their sites. They spoof a link on a site like mine, with a Google PR of 5, or more, and get a free ride...
Anyway, I'll let you know how it works, and we'll go from there.
Any other ideas![]()


LinkBack URL
About LinkBacks




Reply With Quote


Bookmarks