WordPress on Android

Written by

in

To get this application working I had to add the following to my .htaccess file:

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

I also had to make sure under…

Settings -> Writing -> Remote Publishing

Check that XML-RPC was enabled. Otherwise I was getting HTTP error 412 “Precondition Failed” which led me to this thread (thanks guys).

I also had trouble posting and seeing pages until I installed this plugin.

Finally, I couldn’t access the “Stats” until I installed the Jetpack cloud integration with wordpress.com.

Comments

One response to “WordPress on Android”

  1. reskin Avatar

    Here is another snippet you need in .htaccess if you are hosted on ICDSoft in particular…

    <IfModule mod_security.c>
    SecFilterRemove 114
    </IfModule>

    http://www.prepressure.com/blog/tips-and-tricks/fix-jetpack-connection-issue

Leave a Reply

Your email address will not be published. Required fields are marked *