Skip to content

Instantly share code, notes, and snippets.

@tieppt
Created August 15, 2015 07:26
Show Gist options
  • Save tieppt/71e775f81f79bbfdc9fa to your computer and use it in GitHub Desktop.
Save tieppt/71e775f81f79bbfdc9fa to your computer and use it in GitHub Desktop.
Allow from list IP
# 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