<?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: WordPress Error 500 on 1&amp;1 Web Hosting</title>
	<atom:link href="http://www.ebabble.net/wordpress-error-500-on-11-web-hosting/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting</link>
	<description>Random thoughts on key interests, since 1999.</description>
	<lastBuildDate>Mon, 23 Jan 2012 05:43:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dom</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-2288</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Wed, 13 Jul 2011 02:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-2288</guid>
		<description>adding that line into the .htaccess worked!

thanks so much for addressing both the error 500 and 1&amp;1 hosting, that&#039;s the exact combo I had.</description>
		<content:encoded><![CDATA[<p>adding that line into the .htaccess worked!</p>
<p>thanks so much for addressing both the error 500 and 1&amp;1 hosting, that&#8217;s the exact combo I had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Collins</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-962</link>
		<dc:creator>Tyler Collins</dc:creator>
		<pubDate>Mon, 27 Sep 2010 06:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-962</guid>
		<description>The .htaccess worked perfect :)

Thanks!</description>
		<content:encoded><![CDATA[<p>The .htaccess worked perfect <img src='http://www.ebabble.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane P</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-959</link>
		<dc:creator>Shane P</dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-959</guid>
		<description>Thank you, thank you. Updating the .httaccess file did the trick. 

I&#039;m sorry to hear that so many people have had issues with 1and1. I have been with them for almost 2 years and have found them to be very helpful.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you. Updating the .httaccess file did the trick. </p>
<p>I&#8217;m sorry to hear that so many people have had issues with 1and1. I have been with them for almost 2 years and have found them to be very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-934</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Tue, 14 Sep 2010 14:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-934</guid>
		<description>Just wanted to say thanks for the advice. I added the line to my .htaccess file and now everything&#039;s running smoothly after a very rocky upgrade from WP 2.7 to WP 3.01. Thanks for posting this!</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for the advice. I added the line to my .htaccess file and now everything&#8217;s running smoothly after a very rocky upgrade from WP 2.7 to WP 3.01. Thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-335</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 09:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-335</guid>
		<description>Thanks for posting this article! 1and1 can be such a headache sometimes; their FAQ pages make it hard to find the necessary info...if they&#039;ve even put it out there.

When I did a search for &quot;AddType x-mapp-php5 .php&quot;, their page come up right away.

Essentially, it says if you want to use PHP 5:
&lt;blockquote cite=&quot;http://faq.1and1.com/scripting_languages_supported/php/9.html&quot;&gt;Create a .htaccess file and place the following line AddType x-mapp-php5 .php in it... 
You can use AddHandler x-mapp-php5 .php as an alternative for or instead of AddType x-mapp-php5 .php&quot;&lt;/blockquote&gt;

Here&#039;s the link to check out 1and1&#039;s &lt;a href=&quot;http://faq.1and1.com/scripting_languages_supported/php/9.html&quot; rel=&quot;nofollow&quot;&gt;What do I need to consider if I want to use PHP 5?&lt;/a&gt;. (I would have exploded before I found that.)

Thanks, again! 
Martin</description>
		<content:encoded><![CDATA[<p>Thanks for posting this article! 1and1 can be such a headache sometimes; their FAQ pages make it hard to find the necessary info&#8230;if they&#8217;ve even put it out there.</p>
<p>When I did a search for &#8220;AddType x-mapp-php5 .php&#8221;, their page come up right away.</p>
<p>Essentially, it says if you want to use PHP 5:</p>
<blockquote cite="http://faq.1and1.com/scripting_languages_supported/php/9.html"><p>Create a .htaccess file and place the following line AddType x-mapp-php5 .php in it&#8230;<br />
You can use AddHandler x-mapp-php5 .php as an alternative for or instead of AddType x-mapp-php5 .php&#8221;</p></blockquote>
<p>Here&#8217;s the link to check out 1and1&#8242;s <a href="http://faq.1and1.com/scripting_languages_supported/php/9.html" rel="nofollow">What do I need to consider if I want to use PHP 5?</a>. (I would have exploded before I found that.)</p>
<p>Thanks, again!<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preston</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-323</link>
		<dc:creator>Preston</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-323</guid>
		<description>I just tried your suggestion and it still doesn&#039;t work.  Wordpress tries for a longer time to activate a new plugin but still no dice - 500 Server Error.</description>
		<content:encoded><![CDATA[<p>I just tried your suggestion and it still doesn&#8217;t work.  WordPress tries for a longer time to activate a new plugin but still no dice &#8211; 500 Server Error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Italo</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-309</link>
		<dc:creator>Italo</dc:creator>
		<pubDate>Thu, 28 Jan 2010 02:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-309</guid>
		<description>I had the error 500 on 1and1 linux server when trying to activate Another Wordpress Classifieds Plugin and this suggestions here solved the problem. Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>I had the error 500 on 1and1 linux server when trying to activate Another WordPress Classifieds Plugin and this suggestions here solved the problem. Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dels7080</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-269</link>
		<dc:creator>dels7080</dc:creator>
		<pubDate>Tue, 03 Nov 2009 23:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-269</guid>
		<description>Correction, somehow my bumping up the cache to 32M messed things up.  Stick with the php5 change above and all worked great!</description>
		<content:encoded><![CDATA[<p>Correction, somehow my bumping up the cache to 32M messed things up.  Stick with the php5 change above and all worked great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dels7080</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-268</link>
		<dc:creator>dels7080</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-268</guid>
		<description>Works like a charm!  I have 1and1 for years and just started using WP.  IT was bugging me to no end that every time I tried to configure anything in the Wordpress dashboard I would get a Error 500!  I also bumped up the cache to 32M described here: &lt;a href=&quot;http://perishablepress.com/press/2008/02/17/wordpress-error-fix-increase-php-memory-for-cachephp/&quot; rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>Works like a charm!  I have 1and1 for years and just started using WP.  IT was bugging me to no end that every time I tried to configure anything in the WordPress dashboard I would get a Error 500!  I also bumped up the cache to 32M described here: <a href="http://perishablepress.com/press/2008/02/17/wordpress-error-fix-increase-php-memory-for-cachephp/" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julio</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-265</link>
		<dc:creator>julio</dc:creator>
		<pubDate>Thu, 29 Oct 2009 00:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-265</guid>
		<description>te lo agradezco mucho tenia ese problema que me estaba volviendo loco, pase 24 horas tratando de cambiar un dominio y solo era esa linea en el .htaccess.
gracias men.</description>
		<content:encoded><![CDATA[<p>te lo agradezco mucho tenia ese problema que me estaba volviendo loco, pase 24 horas tratando de cambiar un dominio y solo era esa linea en el .htaccess.<br />
gracias men.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caroline</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-162</link>
		<dc:creator>caroline</dc:creator>
		<pubDate>Sat, 08 Aug 2009 08:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-162</guid>
		<description>thank you so muccchhhh !
I was desperate...</description>
		<content:encoded><![CDATA[<p>thank you so muccchhhh !<br />
I was desperate&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Posicionamiento Web</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-135</link>
		<dc:creator>Posicionamiento Web</dc:creator>
		<pubDate>Sun, 26 Jul 2009 07:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-135</guid>
		<description>Thank you, you are the man!

Other guy forgot to write about AddType x-mapp-php5 .php

Regards!</description>
		<content:encoded><![CDATA[<p>Thank you, you are the man!</p>
<p>Other guy forgot to write about AddType x-mapp-php5 .php</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-109</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-109</guid>
		<description>Thanks for the info.  Got it working now.</description>
		<content:encoded><![CDATA[<p>Thanks for the info.  Got it working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-96</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-96</guid>
		<description>It&#039;s in the root of your web space.  I didn&#039;t have one and had to create and upload it: if you need help check out &lt;a href=&quot;http://www.htaccesseditor.com/en.shtml&quot; rel=&quot;nofollow&quot;&gt;.htaccess Editor&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>It&#8217;s in the root of your web space.  I didn&#8217;t have one and had to create and upload it: if you need help check out <a href="http://www.htaccesseditor.com/en.shtml" rel="nofollow">.htaccess Editor</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LoLyfe</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-95</link>
		<dc:creator>LoLyfe</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-95</guid>
		<description>Interesting, I&#039;ve been having this issue using 1&amp;1 - however, try as I might, I cannot find a .htaccess file ... where&#039;s it supposed to be located?</description>
		<content:encoded><![CDATA[<p>Interesting, I&#8217;ve been having this issue using 1&amp;1 &#8211; however, try as I might, I cannot find a .htaccess file &#8230; where&#8217;s it supposed to be located?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warthpublishinginc</title>
		<link>http://tech.ebabble.net/wordpress-error-500-on-11-web-hosting/comment-page-1#comment-59</link>
		<dc:creator>warthpublishinginc</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebabble.net/?p=661#comment-59</guid>
		<description>I don’t think your problem is with WordPress but rather it is with 1and1. It is with good reason the Pennsylvania Better Business Bureau gives 1and1 their lowest rating: “F”
Warth Publishing Inc</description>
		<content:encoded><![CDATA[<p>I don’t think your problem is with WordPress but rather it is with 1and1. It is with good reason the Pennsylvania Better Business Bureau gives 1and1 their lowest rating: “F”<br />
Warth Publishing Inc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

