• Resolved sylvsteph

    (@sylvsteph)


    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)
  • Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @sylvsteph,

    Thanks for reporting this, and for sharing your feedback about that!

    I checked your Jetpack connection and everything looks up and running very well, which is great news!

    Let me know if you have any other issues I can help you solve, otherwise, I’ll mark this thread as solved ??

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with XML-RPC file’ is closed to new replies.