Created
November 13, 2017 19:27
-
-
Save denvers/d5164128be316ff63fc9d2345306b371 to your computer and use it in GitHub Desktop.
# Disable direct access to xmlrpc.php to add some security to WordPress site
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 direct access to xmlrpc.php to add some security to WordPress site | |
RewriteRule ^xmlrpc\.php$ - [F] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment