Last active
December 15, 2015 18:19
-
-
Save joshuafredrickson/5302564 to your computer and use it in GitHub Desktop.
.htaccess: Deny based on IP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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