xmlrpc.php Access Denied


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

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

</Files>