Created
May 31, 2016 20:50
-
-
Save territutich/f1f067b3ff734f8d91c45544ae300539 to your computer and use it in GitHub Desktop.
Add this to .htaccess to block xmlrpc.php
helps to prevent brute force attacks on sites.
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
# Block WordPress xmlrpc.php requests | |
<Files xmlrpc.php> | |
order deny,allow | |
deny from all | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment