<?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"
	>
<channel>
	<title>Comments on: 404 pages on 1&#038;1 webhosting: complaint and solution</title>
	<atom:link href="http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/</link>
	<description>overthink backscatter</description>
	<pubDate>Wed, 19 Nov 2008 11:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Noel Jenkins</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-1029</link>
		<dc:creator>Noel Jenkins</dc:creator>
		<pubDate>Sun, 13 Jul 2008 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-1029</guid>
		<description>Thanks so much - a really useful post!</description>
		<content:encoded><![CDATA[<p>Thanks so much - a really useful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-952</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Tue, 01 Jul 2008 19:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-952</guid>
		<description>@Stephen -- thanks, I overlooked that... absolutely, no need to feed another one.  I've switched the examples over to example.com (note to other readers: "example.com" is reserved for exactly this use and isn't available as a real domain), plus added a rel="nofollow" to the 1&#038;1 FAQ page link, since it's not much use to non 1&#038;1 customers either, and 1&#038;1 certainly isn't paying me to advertise them.</description>
		<content:encoded><![CDATA[<p>@Stephen &#8212; thanks, I overlooked that&#8230; absolutely, no need to feed another one.  I&#8217;ve switched the examples over to example.com (note to other readers: &#8220;example.com&#8221; is reserved for exactly this use and isn&#8217;t available as a real domain), plus added a rel=&#8221;nofollow&#8221; to the 1&#038;1 FAQ page link, since it&#8217;s not much use to non 1&#038;1 customers either, and 1&#038;1 certainly isn&#8217;t paying me to advertise them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-951</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 01 Jul 2008 18:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-951</guid>
		<description>You may want to unlink "the-domain-name.com" or use example.com. That domain is "parked" with ads and is no different than linking to Sedoparking.com</description>
		<content:encoded><![CDATA[<p>You may want to unlink &#8220;the-domain-name.com&#8221; or use example.com. That domain is &#8220;parked&#8221; with ads and is no different than linking to Sedoparking.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-945</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Mon, 30 Jun 2008 13:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-945</guid>
		<description>@iRipoff: I'm not sure what you're looking for.  Why would you want an RSS feed of 404s?

@arthur: I'm not writing about wordpress 404 issues -- this post is strictly about a problem with 1&#038;1's default 404 pages.</description>
		<content:encoded><![CDATA[<p>@iRipoff: I&#8217;m not sure what you&#8217;re looking for.  Why would you want an RSS feed of 404s?</p>
<p>@arthur: I&#8217;m not writing about wordpress 404 issues &#8212; this post is strictly about a problem with 1&#038;1&#8217;s default 404 pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arthur</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-931</link>
		<dc:creator>arthur</dc:creator>
		<pubDate>Wed, 25 Jun 2008 23:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-931</guid>
		<description>Edit .htaccess
Insert


RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


Wait a few seconds and your wordpress 404 error page should work</description>
		<content:encoded><![CDATA[<p>Edit .htaccess<br />
Insert</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p>Wait a few seconds and your wordpress 404 error page should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iRipoff</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-870</link>
		<dc:creator>iRipoff</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-870</guid>
		<description>Is there any way to turn the 404 error messages into a rss feed?</description>
		<content:encoded><![CDATA[<p>Is there any way to turn the 404 error messages into a rss feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-108</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sun, 16 Mar 2008 02:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-108</guid>
		<description>&lt;blockquote&gt;
I think Sedo got this all fixed up.
&lt;/blockquote&gt;

I tested again -- it's still broken.  They must be using IP records to choose locale (since the HTTP headers I'm sending them only show that my computer is localized to the US; I'm just physically in France), then they are showing any 404 as if it were a parked domain.

I think they screwed up when set up the 1&#038;1 404 page setup for non-US locales (or at least non-English locales).  Or maybe they just didn't bother?

Notes on testing this:
1) You need a domain on 1&#038;1 shared hosting with no custom 404 page.  http://tellmelater.com isn't active yet, so you can use it for testing.  (I'm leaving it broken....)
2) Access a non-existent page (like http://tellmelater.com/notfound.html) on that domain &lt;b&gt;from a computer in a non-English speaking country&lt;/b&gt;.

If anyone tests from within Canada or the UK, let me know if it's broken there as well (and you see a page like for a parked domain)... I'm not sure if this is broken for ALL non-US access, or just access from non-English-speaking countries.</description>
		<content:encoded><![CDATA[<blockquote><p>
I think Sedo got this all fixed up.
</p></blockquote>
<p>I tested again &#8212; it&#8217;s still broken.  They must be using IP records to choose locale (since the HTTP headers I&#8217;m sending them only show that my computer is localized to the US; I&#8217;m just physically in France), then they are showing any 404 as if it were a parked domain.</p>
<p>I think they screwed up when set up the 1&#038;1 404 page setup for non-US locales (or at least non-English locales).  Or maybe they just didn&#8217;t bother?</p>
<p>Notes on testing this:<br />
1) You need a domain on 1&#038;1 shared hosting with no custom 404 page.  <a href="http://tellmelater.com" rel="nofollow">http://tellmelater.com</a> isn&#8217;t active yet, so you can use it for testing.  (I&#8217;m leaving it broken&#8230;.)<br />
2) Access a non-existent page (like <a href="http://tellmelater.com/notfound.html" rel="nofollow">http://tellmelater.com/notfound.html</a>) on that domain <b>from a computer in a non-English speaking country</b>.</p>
<p>If anyone tests from within Canada or the UK, let me know if it&#8217;s broken there as well (and you see a page like for a parked domain)&#8230; I&#8217;m not sure if this is broken for ALL non-US access, or just access from non-English-speaking countries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-82</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 12 Mar 2008 18:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robwhelan.com/2008/02/16/404-pages-on-11-webhosting-complaint-and-solution/#comment-82</guid>
		<description>Hiya,
I think Sedo got this all fixed up.

Ciao.</description>
		<content:encoded><![CDATA[<p>Hiya,<br />
I think Sedo got this all fixed up.</p>
<p>Ciao.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.932 seconds -->
