xmlrpc.php Access Denied
- 25/11/2014 10:38 PM
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>
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>