xmlrpc.php errors with Qumana, Zoundry, BlogDesk, etc
Internet October 23rd, 2007
If you have a wordpress based blog and you are getting errors while trying to configure desktop blogging clients like Qumana, Zoundry, BlogDesk, etc. it means that your web hosting company has blocked access to xmlrpc.php. This file is used by desktop blogging clients to connect to your blog.
Here is a solution: Connect to your hosting account using an ftp client (like Cuteftp or FileZilla) and append the following code to the .htaccess file located in the root of the blog:
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
Then try configuring again. In most of the cases this will work like a charm. However, if you still have problems contact your web hosting company.
About
Leave a Comment