<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Finally got the iPhone WordPress app working</title>
	<atom:link href="http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/</link>
	<description>I’m Lee Bennett. You’re Not.</description>
	<lastBuildDate>Fri, 20 Aug 2010 22:01:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Lee Bennett</title>
		<link>http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1709</link>
		<dc:creator>Lee Bennett</dc:creator>
		<pubDate>Tue, 19 May 2009 02:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1709</guid>
		<description>I think the &quot;Tanner&quot; route is the case for most people. It just happens that I use a web host that has a slightly different approach to security than others. Probably wise and safer, but at the expense of having to find a few workarounds. Yes, I do like the app. While I admittedly haven&#039;t had any real need yet, I like knowing I have an iPhone-optimized interface for posting an entry---something I could conceivably do. I would have done so during my trip to Macworld San Francisco if the app had been working when I took that trip. Probably the only thing that bugs me is that even though I can read and manage/approve/disapprove comments made to my blog, I cannot use it to post comment responses.</description>
		<content:encoded><![CDATA[<p>I think the &#8220;Tanner&#8221; route is the case for most people. It just happens that I use a web host that has a slightly different approach to security than others. Probably wise and safer, but at the expense of having to find a few workarounds. Yes, I do like the app. While I admittedly haven&#8217;t had any real need yet, I like knowing I have an iPhone-optimized interface for posting an entry&#8212;something I could conceivably do. I would have done so during my trip to Macworld San Francisco if the app had been working when I took that trip. Probably the only thing that bugs me is that even though I can read and manage/approve/disapprove comments made to my blog, I cannot use it to post comment responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RanMan</title>
		<link>http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1708</link>
		<dc:creator>RanMan</dc:creator>
		<pubDate>Tue, 19 May 2009 01:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1708</guid>
		<description>I don&#039;t understand all of what you said but i installed WP app recently and hope to begin using it this week or next when my blog is up.  Hopefully I can go the Tanner route instead of the Lee.  Ultimately have you found it worth the time/effort to use the App and what do you like/dislike about it?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand all of what you said but i installed WP app recently and hope to begin using it this week or next when my blog is up.  Hopefully I can go the Tanner route instead of the Lee.  Ultimately have you found it worth the time/effort to use the App and what do you like/dislike about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Bennett</title>
		<link>http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1131</link>
		<dc:creator>Lee Bennett</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1131</guid>
		<description>It&#039;s all weird... okay, I&#039;ll try to describe as brief as possible:

First of all, WordPress (as well as other publishing systems) use the xmlrpc.php library for handing a posted item. Unfortunately, many people with malicious intent are well aware of the default filenames and locations of these files and try to hack into them for their own purposes. Some web hosting services---including the one I use---are beginning to invoke a policy that this file must be renamed. Fortunately, it&#039;s easy to configure the WordPress config files to point to the new file name, but it has the caveat of breaking any 3rd party service that only knows how to look for xmlrpc.php. Regrettably, the WordPress iPhone app will only look for that file.

My solution---and I really don&#039;t understand why it works---is that I simply made a copy of the file and named it back to xmlrpc.php. I also had to add the SecFilterInheritance Off in the htaccess file to apply to xmlrpc as well as to the &quot;real&quot; differently named file.

At the moment, I cannot understand how this workaround is possible because 1) I don&#039;t know how the WP engine knows about the file (at the moment, I can&#039;t remember where the config file is to define it), and 2) I thought my web host blocked it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s all weird&#8230; okay, I&#8217;ll try to describe as brief as possible:</p>
<p>First of all, WordPress (as well as other publishing systems) use the xmlrpc.php library for handing a posted item. Unfortunately, many people with malicious intent are well aware of the default filenames and locations of these files and try to hack into them for their own purposes. Some web hosting services&#8212;including the one I use&#8212;are beginning to invoke a policy that this file must be renamed. Fortunately, it&#8217;s easy to configure the WordPress config files to point to the new file name, but it has the caveat of breaking any 3rd party service that only knows how to look for xmlrpc.php. Regrettably, the WordPress iPhone app will only look for that file.</p>
<p>My solution&#8212;and I really don&#8217;t understand why it works&#8212;is that I simply made a copy of the file and named it back to xmlrpc.php. I also had to add the SecFilterInheritance Off in the htaccess file to apply to xmlrpc as well as to the &#8220;real&#8221; differently named file.</p>
<p>At the moment, I cannot understand how this workaround is possible because 1) I don&#8217;t know how the WP engine knows about the file (at the moment, I can&#8217;t remember where the config file is to define it), and 2) I thought my web host blocked it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner Lovelace</title>
		<link>http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1130</link>
		<dc:creator>Tanner Lovelace</dc:creator>
		<pubDate>Wed, 04 Feb 2009 14:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://albj.net/2009/02/finally-got-the-iphone-wordpress-app-working/#comment-1130</guid>
		<description>What was wrong with it?  It just worked for me.</description>
		<content:encoded><![CDATA[<p>What was wrong with it?  It just worked for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
