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 ?
Sign up to join our community!
Please sign in to your account!
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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.
See less