Skip to content

Instantly share code, notes, and snippets.

@nicolasenno
Created December 6, 2013 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolasenno/7826094 to your computer and use it in GitHub Desktop.
Save nicolasenno/7826094 to your computer and use it in GitHub Desktop.
Apache disable bot rewrite 80legs
# block user agents from site access
RewriteCond %{HTTP_USER_AGENT} .*(80legs) [NC]
RewriteRule ^(.*)$ - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment