<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adrian&#039;s Web Log &#187; .htaccess</title>
	<atom:link href="http://blog.inceweb.com/adrian/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inceweb.com/adrian</link>
	<description>Adrian&#039;s second brain.</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:46:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress 2.7.1 auto upgrade fix</title>
		<link>http://blog.inceweb.com/adrian/2009/02/16/wordpress-271-auto-upgrade-fix/</link>
		<comments>http://blog.inceweb.com/adrian/2009/02/16/wordpress-271-auto-upgrade-fix/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 10:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[x-mapp]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=72</guid>
		<description><![CDATA[I discovered last night that the auto-upgrade function to take WordPress 2.7 to 2.7.1 failed &#8211; or rather it sat at the &#8220;downloading wordpress-2.7.1.zip&#8221; message indefinitely. At the auto-upgrade is a new feature of 2.7, I had never been able to test this functionality, although I had high expectations of it since the plugin upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered last night that the auto-upgrade function to take WordPress 2.7 to 2.7.1 failed &#8211; or rather it sat at the &#8220;downloading wordpress-2.7.1.zip&#8221; message indefinitely.</p>
<p>At the auto-upgrade is a new feature of 2.7, I had never been able to test this functionality, although I had high expectations of it since the plugin upgrade has worked so well.</p>
<p>After searching the forums and Google for a while I found <a title="Wordpress 2.7.1 Upgrade Failed" href="http://bassmadrigal.com/blog/2009/02/11/wordpress-271-upgrade-failed/">bassmadrigal&#8217;s solution</a> &#8211; modify .htaccess for the WordPress installation in question and add:</p>
<p><code>AddType x-mapp-php5 .php</code></p>
<p>Works fine, and the auto upgrade of plugins stills works too.</p>
<h3>The science bit</h3>
<p>Using 1and1 as a host requires this directive in .htaccess as detailed in the <a title="Core Update Host Compatibility" href="http://codex.wordpress.org/Core_Update_Host_Compatibility">WordPress codex</a>. It forces the 1and1 server to parse .php files as php5 files (instead of, presumably, php4).</p>
<p>I had this before my upgrade to 2.7 (OK, technically a re-installation) and unfortunately the baby got thrown out with the bathwater.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2009/02/16/wordpress-271-auto-upgrade-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
