Thursday, November 08, 2007

Live Write Not Working with WordPress - Fixed

If you like me having following error when posting using Live Writer following are the fixed.

Error
403 Forbidden error on the xmlrpc.php filed when Update Account Information in Live Writer or when publishing post.

Solution
Edit your .htaccess file and add in following line of code

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

This solution was found here

No comments: