Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Last active December 15, 2015 18:19
Show Gist options
  • Save joshuafredrickson/5302564 to your computer and use it in GitHub Desktop.
Save joshuafredrickson/5302564 to your computer and use it in GitHub Desktop.
.htaccess: Deny based on IP
<Limit GET POST PUT>
order deny,allow
deny from all
allow from 0.0.0.0
</Limit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment