• Resolved tranxhdr

    (@tranxhdr)


    Plugin is installed and enabled but still getting this message when checking “XML-RPC server accepts POST requests only.”

    I can confirm in the .htaccess it has the command,

    <Files xmlrpc.php>
    order deny,allow
    deny from all
    </Files>

    Because of this, do I need to manually disable xmlprc.php via nginx instead?

Viewing 1 replies (of 1 total)
  • Plugin Author Amin Nazemi

    (@aminnz)

    hello there,
    .htaccess file does not work on Nginx server you need to add this code to your Nginx config file manually location = /xmlrpc.php { deny all;}

    • This reply was modified 3 years, 5 months ago by Amin Nazemi.
Viewing 1 replies (of 1 total)
  • The topic ‘Don’t Think It Is Working With My Site’ is closed to new replies.