<?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>// do something here &#187; WordPress</title>
	<atom:link href="http://www.dosomethinghere.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dosomethinghere.com</link>
	<description>Turning impossibilities into 1s and 0s professionally since 0&#120;07C1</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:46:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Can we all get along?</title>
		<link>http://www.dosomethinghere.com/2009/12/26/can-we-all-get-along/</link>
		<comments>http://www.dosomethinghere.com/2009/12/26/can-we-all-get-along/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 19:34:32 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=439</guid>
		<description><![CDATA[I finally got tired of living with the inability of WordPress to automatically update on this very blog site, which is hosted on 1&#38;1, so I did some digging into the WordPress forums. In addition to the automatic update just hanging up when trying to download the updated zip file, I also would never see [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got tired of living with the inability of WordPress to automatically update on this very blog site, which is hosted on 1&amp;1, so I did some digging into the WordPress forums. In addition to the automatic update just hanging up when trying to download the updated zip file, I also would never see anything appear under the WordPress Development Blog and Other WordPress News sections on the right side of the main dashboard.</p>
<p>One of the solutions mentioned was to set up your web site to use PHP5 instead of PHP4. So, I logged into the 1&amp;1 administration panel, but could find no setting for the version of PHP used by my web sites. (My company has sites hosted on Rackspace Cloud, formerly Mosso, which has a nice little choice list on their admin panel to set the PHP version.)</p>
<p>A quick phpinfo() page on my blog site indicated that version 4.x of PHP is used. An equally quick search of the 1&amp;1 FAQs yielded the answer.</p>
<p>You have to put the following line into the .htaccess file in the root of your web site:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">AddType x<span style="color: #339933;">-</span>mapp<span style="color: #339933;">-</span>php5 <span style="color: #339933;">.</span>php</pre></div></div>

<p>Apparently, this makes it appear to 1&amp;1 hosting that all of your PHP files are meant to be run using PHP version 5 instead of version 4, without having to rename all of your files to have a php5 extension instead of php.</p>
<p>Oh, and I hope everyone is having a nice Boxing Day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2009/12/26/can-we-all-get-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
