Problem with XML-RPC file
-
My hosting provider asks me to block access to XML-RPC and authorize iPs that I need (jetpack IPs). Security is enabled on my jetpack plugin.
If found this to add to htacces:<Files xmlrpc.php> order deny,allow deny from all Allow from *.wordpress.com Allow from 122.248.245.244/32 Allow from 54.217.201.243/32 Allow from 54.232.116.4/32 Allow from 192.0.80.0/20 Allow from 192.0.96.0/20 Allow from 192.0.112.0/20 Allow from 195.234.108.0/22 ErrorDocument 403 https://127.0.0.1/ </Files>
Is it ok? (https://www.rythmes-croises.org)
I have a suggestion : maybe in a future update, jetpack could do this, and update IPs when necessary?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with XML-RPC file’ is closed to new replies.