Created
August 15, 2015 07:26
-
-
Save tieppt/71e775f81f79bbfdc9fa to your computer and use it in GitHub Desktop.
Allow from list IP
This file contains 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
# protect xmlrpc Allow from list IP | |
<Files xmlrpc.php> | |
Order Deny,Allow | |
Deny from all | |
Allow from IP-1 | |
Allow from IP-2 | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment