Skip to content

Instantly share code, notes, and snippets.

@rotisoft
Last active May 30, 2021 21:54
Show Gist options
  • Save rotisoft/d30b4599bfc25555f710381de0a8d885 to your computer and use it in GitHub Desktop.
Save rotisoft/d30b4599bfc25555f710381de0a8d885 to your computer and use it in GitHub Desktop.
# Block WordPress xmlrpc.php requests
<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