Revision: 38
Author: stevesoudersorg
Date: Wed Feb 27 13:08:24 2013
Log: block IPs that are over-hitting the site. it appears they are
trying to get their URL to show up on the results page.
http://code.google.com/p/spriteme/source/detail?r=38
Modified:
/trunk/.htaccess
=======================================
--- /trunk/.htaccess Wed Feb 27 11:57:48 2013
+++ /trunk/.htaccess Wed Feb 27 13:08:24 2013
@@ -20,3 +20,10 @@
ExpiresDefault "access plus 1 week"
Header set ETag ""
</FilesMatch>
+
+# 2K daily hits on results.php
+deny from 89.45.194.39
+deny from 89.45.194.40
+# 500 daily hits on results.php
+deny from 188.215.55.218
+deny from 206.217.139.154