Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created October 10, 2016 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save agragregra/6e929c0b8e1b73a1988c8855e60b8599 to your computer and use it in GitHub Desktop.
Save agragregra/6e929c0b8e1b73a1988c8855e60b8599 to your computer and use it in GitHub Desktop.
htaccess wget disable
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