03.23.09

Wireless publishing

Posted in Media, Tech, Web at 8 pm

It seems that by adding a little extra code to my .htaccess file was all I needed to finally get the WordPress app running on my iPhone. The answer was in a thread on the WordPress support site. This applies to v2.7.1 at least in my case. This thread titled xmlrpc.php 403 Forbidden error noted a (now closed) MSN Groups thread with the answer. Fortunately ‘mkenney’ the OP included the actual code:

[Files xmlrpc.php]
SecFilterInheritance Off
[/Files]

(Just change the square brackets to angle brackets and slip this into your .htaccess file)

My efforts were complicated by my web host who turned off access to the file but made it look like a “404 File not found” error rather than the real error: “403 Forbidden” which sounds far more ominous.

The way to discover this for was to open the URL to the xmlrpc file directly in Safari and then bring up the Activities window which showed the text “forbidden” that was otherwise hidden from view. What tangled webs, indeed.

Comments are closed.

RSS feed for comments on this post · TrackBack URL