Articles on: WordPress

xmlrpc.php Access Denied

If you have problem access xmlrpc.php, please insert the code below to your .htaccess in order to fix your issue.


<Files "xmlrpc.php">
Order Allow,Deny
Allow from all
****
</Files>


Updated on: 06/12/2018

Was this article helpful?

Share your feedback

Cancel

Thank you!