Created
April 6, 2016 15:39
-
-
Save jprieton/6b8859b91e100025d41421db804ead8c to your computer and use it in GitHub Desktop.
Block any attempted XML-RPC requests
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 any attempted XML-RPC requests | |
<Files xmlrpc.php> | |
order deny,allow | |
deny from all | |
## allow from 123.123.123.123 | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment