Skip to content

Instantly share code, notes, and snippets.

@ianpegg
Created November 16, 2022 17:41
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 ianpegg/5f863bec1485eec83269b873e5779f32 to your computer and use it in GitHub Desktop.
Save ianpegg/5f863bec1485eec83269b873e5779f32 to your computer and use it in GitHub Desktop.
Security: Block XMLRPC as it is deprecated
# ----------------------------------------------------------------------
# Security: Block XMLRPC as it is deprecated
# ----------------------------------------------------------------------
<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