Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

BashCow Latest Questions

  • 39
  • 39
antonietta.wiza

XMLRPC error when login from WordPress mobile application

I am trying to connect my wordpress website with mobile application of wordpress but i am receiving xmlrpc error as shown in image. how to resolve it ?

Related Questions

1 Answer

  1. This answer was edited.

    Hello Antonietta, You can add this code to .htaccess file of website and it should start working. <FilesMatch "^(xmlrpc\.php)"> Order Deny,Allow Allow from all </FilesMatch> <Files wp-cron.php> order deny,allow allow from all </Files>

    Hello Antonietta, You can add this code to .htaccess file of website and it should start working.

    <FilesMatch "^(xmlrpc\.php)">
    Order Deny,Allow
    Allow from all
    </FilesMatch>
    <Files wp-cron.php>
    order deny,allow
    allow from all
    </Files>
    See less
Leave an answer

Leave an answer