Last active
August 29, 2015 14:13
-
-
Save fieke/713ad3e5f07e5c24a3fb to your computer and use it in GitHub Desktop.
# Block SEMalt botnet .htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Block SEMalt botnet | |
RewriteEngine on | |
# Options +FollowSymlinks | |
RewriteCond %{HTTP_REFERER} http://anticrawler\.org [NC,OR] | |
RewriteCond %{HTTP_REFERER}ready-to-go\.com [NC,OR] | |
RewriteCond %{HTTP_REFERER} seamalt\.com | |
RewriteRule .* - [F] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment