Cannot connect to site with mobile WP app – 403 error/XMLRPC endpoint
-
I’m getting this error message when trying to set up the app, but xmlrpc.php is not blocked or forbidden on my server. I am able to access the file with no issue by visiting https://howtofightnow.com/xmlrpc.php
It says, “XML-RPC server accepts POST requests only.”
With that said, I would like to restrict access to xmlrpc.php to only my ip address, or the ipaddress of my cell phone when accessing the wordpress app. I will be adding to htaccess:
<Files xmlrpc.php> Require all denied Require ip 100.19.142.9 </Files>
- Why is this not working despite htaccess not being blocked?
- What, if any, ip addresses other than my own need to be added to htaccess in order for the app to work?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.