> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.serverfreak.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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>**

 