Created
March 11, 2019 12:57
-
-
Save WordPress-Handbuch/ac3ee96d69d90fb589a17e5a8f24e5cd to your computer and use it in GitHub Desktop.
Disallow XMLRPC call in WordPress 5 by denying access through .htaccess configuration
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
<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