<?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: How to Enable PHP5 with 1and1 Hosting</title>
	<atom:link href="http://www.dbuggr.com/smallwei/enable-php5-1and1-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/enable-php5-1and1-hosting/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 10 Sep 2010 04:43:23 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/enable-php5-1and1-hosting/comment-page-1/#comment-276</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Sun, 08 Nov 2009 03:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/enable-php5-1and1-hosting/#comment-276</guid>
		<description>Add the following lines to the beginning of the .htaccess in your application&#039;s root directory to enable PHP5.

&lt;code&gt;AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php&lt;/code&gt;

Note:  Only the directory and the sub-directories has .htaccess with the above lines will have PHP5 support, therefore if you can adjust accordingly for multiple apps in different directories with different requirements.</description>
		<content:encoded><![CDATA[<p>Add the following lines to the beginning of the .htaccess in your application&#8217;s root directory to enable PHP5.</p>
<p><pre><code>AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php</code></pre></p>
<p>Note:  Only the directory and the sub-directories has .htaccess with the above lines will have PHP5 support, therefore if you can adjust accordingly for multiple apps in different directories with different requirements.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->