Skip to content

Instantly share code, notes, and snippets.

@mcgregormedia
Created October 9, 2015 10:22
Show Gist options
  • Save mcgregormedia/a2db146114b04f4bec3b to your computer and use it in GitHub Desktop.
Save mcgregormedia/a2db146114b04f4bec3b to your computer and use it in GitHub Desktop.
Block XML-PC in htaccess
<files xmlrpc*="">
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