<?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>Notyourlogic &#187; PHP4</title>
	<atom:link href="http://www.notyourlogic.com/tag/php4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.notyourlogic.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 09:19:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Add PHP5 If You Use 1&amp;1 For Web Hosting</title>
		<link>http://www.notyourlogic.com/how-to-add-php5-if-you-use-11-for-web-hosting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-php5-if-you-use-11-for-web-hosting</link>
		<comments>http://www.notyourlogic.com/how-to-add-php5-if-you-use-11-for-web-hosting/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 01:33:16 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[PHP4]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Upgrading]]></category>
		<category><![CDATA[Webhosting]]></category>

		<guid isPermaLink="false">http://www.notyourlogic.com/?p=351</guid>
		<description><![CDATA[With the intro of WordPress 3.2 you will need to be using PHP5 but 1&#38;1 uses PHP4 as a default so to upgrade to 5 you just need to add the line AddType x-mapp-php5 .php to your .htaccess file. So when you look at the file it should look something like this. AddType x-mapp-php5 .php [...]]]></description>
			<content:encoded><![CDATA[<p>With the intro of WordPress 3.2 you will need to be using PHP5 but 1&amp;1 uses PHP4 as a default so to upgrade to 5 you just need to add the line AddType x-mapp-php5 .php to your .htaccess file. So when you look at the file it should look something like this.</p>
<p>AddType x-mapp-php5 .php<br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notyourlogic.com/how-to-add-php5-if-you-use-11-for-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

