<?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>Just One More Project &#187; php4</title>
	<atom:link href="http://www.projecthamel.com/tag/php4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projecthamel.com</link>
	<description>Every Day is a New Project</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:56:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix Broken Auto Updates In WordPress.</title>
		<link>http://www.projecthamel.com/2010/05/05/fix-broken-auto-updates-in-wordpress/</link>
		<comments>http://www.projecthamel.com/2010/05/05/fix-broken-auto-updates-in-wordpress/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:57:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[auto update]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[http://www.projecthamel.com]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[Projecthamel.com]]></category>
		<category><![CDATA[Update Plugins]]></category>

		<guid isPermaLink="false">http://www.projecthamel.com/?p=30</guid>
		<description><![CDATA[I have been having an issue with wordpress just hanging on downloading, when trying to install an update through the internal auto update.   After doing some research, I was able to find out that this feature requires php5 in order to function. My web Host is 1and1.com, and inorder for your site to use php5 [...]<p>This post was originally found on: <a href="http://www.projecthamel.com">Just One More Project</a>  <a href="http://www.ProjectHamel.com">www.ProjectHamel.com</a><br/><br/><a href="http://www.projecthamel.com/2010/05/05/fix-broken-auto-updates-in-wordpress/">Fix Broken Auto Updates In WordPress.</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have been having an issue with wordpress just hanging on downloading, when trying to install an update through the internal auto update.   After doing some research, I was able to find out that this feature requires php5 in order to function.</p>
<p>My web Host is 1and1.com, and inorder for your site to use php5 instead of php4 you must add a custom line in the .htaccess file in the root of your website.  Simply add the below code to your .htaccess file, and you are good to go.<span id="more-30"></span></p>
<p>Code:</p>
<blockquote><p>AddType x-mapp-php5 .php</p></blockquote>
<p>Here is my full .htaccess file, so you can see what it looks like.</p>
<blockquote><p>AddType x-mapp-php5 .php<br />
# BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p># END WordPress</p></blockquote>
<p><a href="http://www.outofcontrol.ca/2009/02/20/wordpress-automatic-update-doesnt-work-solution/">Thanks to OutofControl.ca for his post on this issue.</a></p>
<p>This post was originally found on: <a href="http://www.projecthamel.com">Just One More Project</a>  <a href="http://www.ProjectHamel.com">www.ProjectHamel.com</a><br/><br/><a href="http://www.projecthamel.com/2010/05/05/fix-broken-auto-updates-in-wordpress/">Fix Broken Auto Updates In WordPress.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.projecthamel.com/2010/05/05/fix-broken-auto-updates-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

