Created
January 26, 2015 15:54
-
-
Save Ticolyle/593e77a4cfdb8395812d to your computer and use it in GitHub Desktop.
.htaccess rule to block annoying Smalt spambot from analytigs
This file contains hidden or 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 annoying spambot | |
| # ----------------------------------------------------------------------------- | |
| SetEnvIfNoCase Referer semalt.com spambot=yes | |
| Order allow,deny | |
| Allow from all | |
| Deny from env=spambot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment