Skip to content

Instantly share code, notes, and snippets.

@Ticolyle
Created January 26, 2015 15:54
Show Gist options
  • Save Ticolyle/593e77a4cfdb8395812d to your computer and use it in GitHub Desktop.
Save Ticolyle/593e77a4cfdb8395812d to your computer and use it in GitHub Desktop.
.htaccess rule to block annoying Smalt spambot from analytigs
# 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