Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Last active February 1, 2019 20:46
Show Gist options
  • Save facelordgists/ed9dfc37642356e148c822055d0744b3 to your computer and use it in GitHub Desktop.
Save facelordgists/ed9dfc37642356e148c822055d0744b3 to your computer and use it in GitHub Desktop.
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
</Files>
# END protect xmlrpc.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment