Created
August 18, 2020 20:58
-
-
Save wpsmith/46db0964ad0468b1617fe34f662fe457 to your computer and use it in GitHub Desktop.
WP: Disable xmlrpc.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BEGIN Custom | |
# Block XMLRPC - Security. | |
<Files xmlrpc.php> | |
order deny,allow | |
deny from all | |
</Files> | |
# END Custom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment