Skip to content

Instantly share code, notes, and snippets.

@mrgarry043
Created September 25, 2018 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrgarry043/c91056d5cccc749c7e589d08af6a435f to your computer and use it in GitHub Desktop.
Save mrgarry043/c91056d5cccc749c7e589d08af6a435f to your computer and use it in GitHub Desktop.
Disable xmlprc
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order allow,deny
deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment