Created
June 10, 2012 21:57
-
-
Save MikeRogers0/2907470 to your computer and use it in GitHub Desktop.
Blocking users via .htaccess
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
order allow,deny | |
allow from [IP here] | |
deny from all |
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
order allow,deny | |
deny from [IP here] | |
allow from all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment