Skip to content

Instantly share code, notes, and snippets.

@kovtunos
Forked from agragregra/.htaccess
Last active September 29, 2017 14:18
Show Gist options
  • Save kovtunos/9909055fe80e6b5deba7cbe830ef430c to your computer and use it in GitHub Desktop.
Save kovtunos/9909055fe80e6b5deba7cbe830ef430c to your computer and use it in GitHub Desktop.
htaccess wget disable #htaccess
RewriteCond %{HTTP_USER_AGENT} wget [NC]
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment