Created
January 23, 2019 23:20
-
-
Save gmarokov/436e6b0624eb79aa239a6e316f30a7ac to your computer and use it in GitHub Desktop.
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
# Matching only Wordpress.com calls. RPC disable due security issue. | |
<FilesMatch "xmlrpc\.php$"> | |
Satisfy Any | |
Allow from all | |
</FilesMatch> | |
Along with a Plugin here: Disable XML-RPC Pingback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment