WordPress XML-RPC Remote Posting Problem
(Category: Programming)
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>
More to Read:
Previous Posts: