Blog

WordPress XML-RPC Remote Posting Problem

I was trying to use Windows Writer to post to a WordPress blog. However, I got an error message saying "xmlrpc.php 403 forbidden". After some research, I finally found the solution.

Just add the following lines to the .htaccess file:

<Files xmlrpc.php>
SecFilterInheritance Off
</Files>