Skip to content

Instantly share code, notes, and snippets.

@tieppt
Created August 15, 2015 07:25
Show Gist options
  • Save tieppt/9c391b35d7aea274ff84 to your computer and use it in GitHub Desktop.
Save tieppt/9c391b35d7aea274ff84 to your computer and use it in GitHub Desktop.
Deny all access to this file
# protect xmlrpc Deny all access to this file
<Files xmlrpc.php>
Order Deny,Allow
Deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment