How to block spam site republishing my content

Posted by Fo. on Server Fault See other posts from Server Fault or by Fo.
Published on 2012-10-21T19:39:04Z Indexed on 2012/10/21 23:05 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

I noticed today that Google search results shows some spam copies of one of my sites. The url looks something like this:

http://[subdomain].spamsite.com/www.example.com

...where example.com is my site. In my Apache access logs I'm noticing several lines like the following whenever I load the above url:

127.0.0.1 - - [219/Oct/2012:19:27:34 +0000] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"

The spammer's site shows an exact up to date copy of my site, so I think they are pulling in live data. Any idea how I can block this traffic?

© Server Fault or respective owner

Related posts about apache2

Related posts about .htaccess