<?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: 404 Issues (Fasthosts/WordPress Bug)</title>
	<atom:link href="http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/</link>
	<description>Logo Inspiration For Graphic Designers</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:03:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lewis</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-142742</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Sat, 05 Mar 2011 21:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-142742</guid>
		<description>Whoever figured this out is amazing. Ive been trying for ages to crack this. I must admit I didn&#039;t think it was going to do work. I&#039;m well pleased. Thanks so much.</description>
		<content:encoded><![CDATA[<p>Whoever figured this out is amazing. Ive been trying for ages to crack this. I must admit I didn&#8217;t think it was going to do work. I&#8217;m well pleased. Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joff</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-109002</link>
		<dc:creator>Joff</dc:creator>
		<pubDate>Sun, 28 Nov 2010 02:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-109002</guid>
		<description>This has to be one of the craziest bugs I&#039;ve seen and also one of the most frustrating to debug so thanks to the OP for coming up with a solution.

For anyone wanting a quick string generator, I used http://textmechanic.com/Random-String-Generator.html but only generated 7875 characters, adding the HTML comment delimiters around it: &lt;!-- and --&gt;.

Incidentally, Darren&#039;s fix is neater and possibly the more correct of the two methods to use :)</description>
		<content:encoded><![CDATA[<p>This has to be one of the craziest bugs I&#8217;ve seen and also one of the most frustrating to debug so thanks to the OP for coming up with a solution.</p>
<p>For anyone wanting a quick string generator, I used <a href="http://textmechanic.com/Random-String-Generator.html" rel="nofollow" target="_blank">http://textmechanic.com/Random-String-Generator.html</a> but only generated 7875 characters, adding the HTML comment delimiters around it: <!-- and -->.</p>
<p>Incidentally, Darren&#8217;s fix is neater and possibly the more correct of the two methods to use <img src='http://www.logoed.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Clark</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-7407</link>
		<dc:creator>Darren Clark</dc:creator>
		<pubDate>Wed, 26 May 2010 07:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-7407</guid>
		<description>Note, the php content was stripped from the post, for the full reply visit:
http://cwebd.co.uk/replies/404-issues-fasthostswordpress-bug.txt</description>
		<content:encoded><![CDATA[<p>Note, the php content was stripped from the post, for the full reply visit:<br />
<a href="http://cwebd.co.uk/replies/404-issues-fasthostswordpress-bug.txt" rel="nofollow" target="_blank">http://cwebd.co.uk/replies/404-issues-fasthostswordpress-bug.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Clark</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-7406</link>
		<dc:creator>Darren Clark</dc:creator>
		<pubDate>Wed, 26 May 2010 07:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-7406</guid>
		<description>Hi

After completing a wordpress upgrade for a client I also came across this issue where the 404&#039;s were showing a blank page with the header:

&quot;500 Server closed connection without sending any data back&quot;

After some testing I found that fasthosts will not allow the 404 header to be set as per:


I therefore tested if other headers could be set and the next acceptable header for a 404 is a 410 Gone, which Google and other search engines will use as per:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=64033

To use this modify your theme 404.php and add at the top of the file:



Your error pages should be working properly and for SEO purposes only valid content is indexed correctly.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>After completing a wordpress upgrade for a client I also came across this issue where the 404&#8242;s were showing a blank page with the header:</p>
<p>&#8220;500 Server closed connection without sending any data back&#8221;</p>
<p>After some testing I found that fasthosts will not allow the 404 header to be set as per:</p>
<p>I therefore tested if other headers could be set and the next acceptable header for a 404 is a 410 Gone, which Google and other search engines will use as per:<br />
<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=64033" rel="nofollow" target="_blank">http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=64033</a></p>
<p>To use this modify your theme 404.php and add at the top of the file:</p>
<p>Your error pages should be working properly and for SEO purposes only valid content is indexed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikie</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-1580</link>
		<dc:creator>Mikie</dc:creator>
		<pubDate>Fri, 23 Apr 2010 16:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-1580</guid>
		<description>Thanks for that update Tony - always helpful for the next poor soul trying to fix it!</description>
		<content:encoded><![CDATA[<p>Thanks for that update Tony &#8211; always helpful for the next poor soul trying to fix it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony cook</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-1578</link>
		<dc:creator>tony cook</dc:creator>
		<pubDate>Fri, 23 Apr 2010 16:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-1578</guid>
		<description>Thanks for getting back. My first client is on a linux server and pretty permalinks works perfectly fine (ie http://www.logoed.co.uk/sample-post/) but my other client has a MS server and it just 404&#039;s on me, except for the homepage. It is a documented problem with fasthosts if you google it.

You can get around it by setting the permalink links to: /index.php/%category%/%postname%/ which is not ideal as you end up with www.domain.co.uk/index.php/pagename instead of just www.domain.co.uk/pagename.

Thanks anyway.</description>
		<content:encoded><![CDATA[<p>Thanks for getting back. My first client is on a linux server and pretty permalinks works perfectly fine (ie <a href="http://www.logoed.co.uk/sample-post/" rel="nofollow" target="_blank">http://www.logoed.co.uk/sample-post/</a>) but my other client has a MS server and it just 404&#8242;s on me, except for the homepage. It is a documented problem with fasthosts if you google it.</p>
<p>You can get around it by setting the permalink links to: /index.php/%category%/%postname%/ which is not ideal as you end up with <a href="http://www.domain.co.uk/index.php/pagename" rel="nofollow">http://www.domain.co.uk/index.php/pagename</a> instead of just <a href="http://www.domain.co.uk/pagename" rel="nofollow" target="_blank">http://www.domain.co.uk/pagename</a>.</p>
<p>Thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikie</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-1577</link>
		<dc:creator>Mikie</dc:creator>
		<pubDate>Fri, 23 Apr 2010 14:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-1577</guid>
		<description>Hey Tony, I set the permalinks to use the http://www.logoed.co.uk/2010/04/23/sample-post/ setup option, which is one of their standard options that is a lot nicer than the ?p=123 default. This has always worked perfectly - and to be honest haven&#039;t tried to be able to get it working using the category setting. But I can&#039;t see why it would be an issue, unless it can&#039;t be done normally (I assume it can though).

I think Fasthosts do mention that they recommend Linux rather than Windows to ensure that everything works properly (this site is on Linux).

So no help from me I&#039;m afriad!</description>
		<content:encoded><![CDATA[<p>Hey Tony, I set the permalinks to use the <a href="http://www.logoed.co.uk/2010/04/23/sample-post/" rel="nofollow" target="_blank">http://www.logoed.co.uk/2010/04/23/sample-post/</a> setup option, which is one of their standard options that is a lot nicer than the ?p=123 default. This has always worked perfectly &#8211; and to be honest haven&#8217;t tried to be able to get it working using the category setting. But I can&#8217;t see why it would be an issue, unless it can&#8217;t be done normally (I assume it can though).</p>
<p>I think Fasthosts do mention that they recommend Linux rather than Windows to ensure that everything works properly (this site is on Linux).</p>
<p>So no help from me I&#8217;m afriad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony cook</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-1575</link>
		<dc:creator>tony cook</dc:creator>
		<pubDate>Fri, 23 Apr 2010 11:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-1575</guid>
		<description>As you seem to be running wordpress with fasthosts have you come across pretty permalinks not working? I&#039;m trying to get /%category%/%postname%/ to work as a custom permalinks but this just results in a fasthost 404 page - and not my custom 404 page (I have added the extra character like you suggest). After googling it it seems to have something to do with MS Internet Information Services (IIS), but the fixes I have found are far beyond my skills to do - I&#039;m really not a coder.

Two of my clients are with fasthosts and I&#039;ve have nothing but problems. Luckily my first client has a linux server so I&#039;m not getting the above error but we couldn&#039;t get WP to email out without hacking the code in wp-includes\pluggable.php so it would work with fasthosts.

If you have come across this, any &quot;idiots guide&quot; help would be great.</description>
		<content:encoded><![CDATA[<p>As you seem to be running wordpress with fasthosts have you come across pretty permalinks not working? I&#8217;m trying to get /%category%/%postname%/ to work as a custom permalinks but this just results in a fasthost 404 page &#8211; and not my custom 404 page (I have added the extra character like you suggest). After googling it it seems to have something to do with MS Internet Information Services (IIS), but the fixes I have found are far beyond my skills to do &#8211; I&#8217;m really not a coder.</p>
<p>Two of my clients are with fasthosts and I&#8217;ve have nothing but problems. Luckily my first client has a linux server so I&#8217;m not getting the above error but we couldn&#8217;t get WP to email out without hacking the code in wp-includes\pluggable.php so it would work with fasthosts.</p>
<p>If you have come across this, any &#8220;idiots guide&#8221; help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Andrews</title>
		<link>http://www.logoed.co.uk/2010/03/21/404-issues-fasthostswordpress-bug/comment-page-1/#comment-51</link>
		<dc:creator>Rob Andrews</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.logoed.co.uk/?p=465#comment-51</guid>
		<description>Well done.

This one has been bothering me for a while. I did also spot that it seemed to be skipping a number of characters and tried to put some in to fix this. However, I think I put  in which did not work, than I gave up.

Fasthost... you let your self down on this and a number of other issues (script time limit 30 seconds is my worst one).</description>
		<content:encoded><![CDATA[<p>Well done.</p>
<p>This one has been bothering me for a while. I did also spot that it seemed to be skipping a number of characters and tried to put some in to fix this. However, I think I put  in which did not work, than I gave up.</p>
<p>Fasthost&#8230; you let your self down on this and a number of other issues (script time limit 30 seconds is my worst one).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

