<?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>Kharkovyy [dot] com &#187; code</title>
	<atom:link href="http://kharkovyy.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://kharkovyy.com</link>
	<description>Andriy L Kharkovyy Site</description>
	<lastBuildDate>Tue, 02 Mar 2010 22:05:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>500 Internal Error in WordPress on 1and1</title>
		<link>http://kharkovyy.com/2010/03/02/500-internal-error-in-wordpress-on-1and1/</link>
		<comments>http://kharkovyy.com/2010/03/02/500-internal-error-in-wordpress-on-1and1/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:48:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet/Links]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[trouble]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kharkovyy.com/?p=54</guid>
		<description><![CDATA[For the last 10 years or so I have been using 1and1 for most of my hosting needs. From time to time I&#8217;d venture out to some other host but then I would end up at 1and1 again, as the pricing points and features offered with 1and1 are really difficult to beat. However with it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>For the last 10 years or so I have been using 1and1 for most of my hosting needs. From time to time I&#8217;d venture out to some other host but then I would end up at 1and1 again, as the pricing points and features offered with 1and1 are really difficult to beat.<span id="more-54"></span></p>
<p>However with it&#8217;s benefits 1and1 has some downsides, with time I have learned that googling things and trying to solve issues myself is much more effective than dealing with 1and1 support.</p>
<p>Recently I&#8217;ve decided to resurrect my website and delete bunch of stuff I didn&#8217;t need and add some links and articles. Due to that, I decided to re-install WordPress from scratch and of course, ran into some problems with 500 Internal Error pages on my wordpress.</p>
<p>The main reason i&#8217;m posting this is so that next time someone googles this similar issue can access this information faster than it took me as I ended up sifting through thousands of posts on wordpress support forums.</p>
<p>So here it is:</p>
<p>Specs:  1and1 Linux Shared Hosting; Mac with Transmit FTP software from Panic.</p>
<p>Issue: 500 Internal Error page when accessing &#8220;wp-admin/edit.php&#8221; *amongst others</p>
<p>Solution:</p>
<p>In your FTP client, (in my case Transmit) enable view of hidden files (below)</p>
<p><a href="http://kharkovyy.com/wp-content/uploads/2010/03/tscreen.png"><img class="alignnone size-thumbnail wp-image-56" title="tscreen" src="http://kharkovyy.com/wp-content/uploads/2010/03/tscreen-150x150.png" alt="" width="150" height="150" /></a></p>
<p>then look for .htaccess file in your wordpress root folder, open it and add the following to it below <strong># END WordPress </strong></p>
<p>Options All -Indexes<br />
AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</p>
<p>Here&#8217;s a screenshot of what my .htaccess looks like with some stuff omitted for privacy but you&#8217;ll get the idea.</p>
<p><a href="http://kharkovyy.com/wp-content/uploads/2010/03/htaccess.png"><img class="alignnone size-medium wp-image-59" title="htaccess" src="http://kharkovyy.com/wp-content/uploads/2010/03/htaccess-300x300.png" alt="" width="300" height="300" /></a></p>
<p><em>EDIT: This also helps with failing upload issues in WordPress as well as a bundle of other weird issues that wordpress has on 1and1</em></p>
]]></content:encoded>
			<wfw:commentRss>http://kharkovyy.com/2010/03/02/500-internal-error-in-wordpress-on-1and1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
