<?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: Weekend Projects: 404 Pages</title>
	<atom:link href="http://blog.bluefur.com/2009/04/18/weekend-projects-404-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bluefur.com/2009/04/18/weekend-projects-404-pages/</link>
	<description>Just another Hosting weblog</description>
	<lastBuildDate>Tue, 09 Mar 2010 14:11:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Webkinz</title>
		<link>http://blog.bluefur.com/2009/04/18/weekend-projects-404-pages/comment-page-1/#comment-124911</link>
		<dc:creator>Webkinz</dc:creator>
		<pubDate>Tue, 19 Feb 2008 02:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bluefur.com/2008/02/16/weekend-projects-404-pages/#comment-124911</guid>
		<description>I agree that a redirect can be confusing to some visitors when they don&#039;t realize there was an error.  I too believe in showing the error page with destination options.</description>
		<content:encoded><![CDATA[<p>I agree that a redirect can be confusing to some visitors when they don&#8217;t realize there was an error.  I too believe in showing the error page with destination options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Cossack</title>
		<link>http://blog.bluefur.com/2009/04/18/weekend-projects-404-pages/comment-page-1/#comment-124903</link>
		<dc:creator>Dr. Cossack</dc:creator>
		<pubDate>Sun, 17 Feb 2008 03:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bluefur.com/2008/02/16/weekend-projects-404-pages/#comment-124903</guid>
		<description>This is a personal preference, but I sure don&#039;t like it when a site redirects me to the front page of a site instead of giving me an actual 404 error page. When a site does a redirect, it&#039;s not obvious that you&#039;ve received an error. More than one, I started reading the page a bit before realizing that I had been redirected against my will.

This is especially annoying when you open a set of pages in extra tabs: once you get around to read them, you might have 3 proper pages and a wrong one. However, since you were redirected, you have no idea which URL you tried to reach: all you see is the URL of the front page. That&#039;s why, on my own site, I use a real 404 page offering a few possible destinations instead of a mere redirect.</description>
		<content:encoded><![CDATA[<p>This is a personal preference, but I sure don&#8217;t like it when a site redirects me to the front page of a site instead of giving me an actual 404 error page. When a site does a redirect, it&#8217;s not obvious that you&#8217;ve received an error. More than one, I started reading the page a bit before realizing that I had been redirected against my will.</p>
<p>This is especially annoying when you open a set of pages in extra tabs: once you get around to read them, you might have 3 proper pages and a wrong one. However, since you were redirected, you have no idea which URL you tried to reach: all you see is the URL of the front page. That&#8217;s why, on my own site, I use a real 404 page offering a few possible destinations instead of a mere redirect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.bluefur.com/2009/04/18/weekend-projects-404-pages/comment-page-1/#comment-124902</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 17 Feb 2008 02:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bluefur.com/2008/02/16/weekend-projects-404-pages/#comment-124902</guid>
		<description>I&#039;d say it&#039;s better to do the redirect using PHP rather than HTML.

&lt;?php header(&quot;Location: http://example.com/&quot;); ?&gt;

Since with the meta tag, the whole page has to download first before your browser redirects you... If you do it with PHP, you&#039;ll have to use a .php file, so you&#039;ll need to put this into your .htaccess:

ErrorDocument 404 /404.php

Or, you could just do the redirect with .htaccess:

ErrorDocument 404 /index.php

In WordPress, if you want to redirect to your homepage, go into your theme&#039;s directory (wp-content/themes/theme-name) and edit (or create if it doesn&#039;t exist) 404.php. Clear out anything in there now, and put in the redirect. Then save and upload.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say it&#8217;s better to do the redirect using PHP rather than HTML.</p>
<p>&lt;?php header(&#8220;Location: <a href="http://example.com/" rel="nofollow">http://example.com/</a>&#8220;); ?&gt;</p>
<p>Since with the meta tag, the whole page has to download first before your browser redirects you&#8230; If you do it with PHP, you&#8217;ll have to use a .php file, so you&#8217;ll need to put this into your .htaccess:</p>
<p>ErrorDocument 404 /404.php</p>
<p>Or, you could just do the redirect with .htaccess:</p>
<p>ErrorDocument 404 /index.php</p>
<p>In WordPress, if you want to redirect to your homepage, go into your theme&#8217;s directory (wp-content/themes/theme-name) and edit (or create if it doesn&#8217;t exist) 404.php. Clear out anything in there now, and put in the redirect. Then save and upload.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
