<?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: Error Pages &#8211; 404 Error Pages</title>
	<atom:link href="http://www.bigoakinc.com/blog/error-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigoakinc.com/blog/error-pages/</link>
	<description>Blog about Search Engine Optimization and Internet marketing</description>
	<lastBuildDate>Thu, 22 Jul 2010 23:39:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: odalton</title>
		<link>http://www.bigoakinc.com/blog/error-pages/#comment-3107</link>
		<dc:creator>odalton</dc:creator>
		<pubDate>Wed, 21 Jan 2009 09:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigoakinc.com/blog/error-pages/#comment-3107</guid>
		<description>in php i use a custom page handler that i configure in the httpd.conf file - i point all the errors at 1 page. and then have a script that logs these errors and then redirects the user to an index page of my choosing

ErrorDocument 500 /missing.php?e=500
ErrorDocument 404 /missing.php?e=404
ErrorDocument 402 /missing.php?e=402

just an idea</description>
		<content:encoded><![CDATA[<p>in php i use a custom page handler that i configure in the httpd.conf file &#8211; i point all the errors at 1 page. and then have a script that logs these errors and then redirects the user to an index page of my choosing</p>
<p>ErrorDocument 500 /missing.php?e=500<br />
ErrorDocument 404 /missing.php?e=404<br />
ErrorDocument 402 /missing.php?e=402</p>
<p>just an idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Alexander</title>
		<link>http://www.bigoakinc.com/blog/error-pages/#comment-2599</link>
		<dc:creator>Chris Alexander</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigoakinc.com/blog/error-pages/#comment-2599</guid>
		<description>Hi Damon,

How to configure the 404 page on your server will depend on who you&#039;re hosting with. Not every host enables the feature. 

For many website hosts, their control panel will have an option to enable a custom 404 error page and you will enter in the name of the page you created.

On Unix type servers you can often do this in the .htaccess file with an entry like:

&lt;code&gt;ErrorDocument 404 /notfound.html&lt;/code&gt;

Your best bet is to check with your hosting company about enabling the 404 error page you already created.</description>
		<content:encoded><![CDATA[<p>Hi Damon,</p>
<p>How to configure the 404 page on your server will depend on who you&#8217;re hosting with. Not every host enables the feature. </p>
<p>For many website hosts, their control panel will have an option to enable a custom 404 error page and you will enter in the name of the page you created.</p>
<p>On Unix type servers you can often do this in the .htaccess file with an entry like:</p>
<p><code>ErrorDocument 404 /notfound.html</code></p>
<p>Your best bet is to check with your hosting company about enabling the 404 error page you already created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon Tasker</title>
		<link>http://www.bigoakinc.com/blog/error-pages/#comment-2594</link>
		<dc:creator>Damon Tasker</dc:creator>
		<pubDate>Mon, 25 Aug 2008 14:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigoakinc.com/blog/error-pages/#comment-2594</guid>
		<description>First of all, I love your website; it is informative et easy to use.

Secondly, how do I ensure that my custom 404.htm page displays when a user reaches a broken link or somesuch? I merely called it /404.htm...</description>
		<content:encoded><![CDATA[<p>First of all, I love your website; it is informative et easy to use.</p>
<p>Secondly, how do I ensure that my custom 404.htm page displays when a user reaches a broken link or somesuch? I merely called it /404.htm&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
