Created
July 25, 2022 06:52
-
-
Save janzikmund/587bd1de1c6167d5842ba0bd6a01a493 to your computer and use it in GitHub Desktop.
Disable XMLRPC in WordPress using .htaccess
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
# Disable XMLRPC | |
<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