<?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: A Nearly Perfect 404 Error Page in WordPress</title>
	<atom:link href="http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/</link>
	<description>Representing Anti-Monotonistic Tendencies</description>
	<pubDate>Sat, 22 Nov 2008 13:10:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: BH</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-57528</link>
		<dc:creator>BH</dc:creator>
		<pubDate>Sat, 03 Nov 2007 05:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-57528</guid>
		<description>&lt;p&gt;Awesome tip. I put it in and it works awesomely.&lt;/p&gt;

&lt;p&gt;I'm using Triple K2 and it works seamlessly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome tip. I put it in and it works awesomely.</p>

<p>I&#8217;m using Triple K2 and it works seamlessly.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: archGFX &#124; Adding Search results to Wordpress 404 pages</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-50028</link>
		<dc:creator>archGFX &#124; Adding Search results to Wordpress 404 pages</dc:creator>
		<pubDate>Wed, 12 Sep 2007 22:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-50028</guid>
		<description>&lt;p&gt;[...] UPDATE: Some additional code was used from Arun's nearly perfect 404. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: Some additional code was used from Arun&#8217;s nearly perfect 404. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Apache Dude</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-47464</link>
		<dc:creator>Apache Dude</dc:creator>
		<pubDate>Sat, 25 Aug 2007 20:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-47464</guid>
		<description>&lt;p&gt;What about other HTTP status codes? Like ErrorDocument 500 /index.php?error=500, etc... ? &lt;a href="http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html" rel="nofollow"&gt;All 57 Status Codes&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What about other HTTP status codes? Like ErrorDocument 500 /index.php?error=500, etc&#8230; ? <a href="http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html" rel="nofollow">All 57 Status Codes</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: metablog &#187; 404 errors on blogs</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-41291</link>
		<dc:creator>metablog &#187; 404 errors on blogs</dc:creator>
		<pubDate>Wed, 27 Jun 2007 04:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-41291</guid>
		<description>&lt;p&gt;[...] BTW - this is a good idea for any site you have - you should ALL edit/customize your 404.php page [thanks to Arun&#8217;s Blog for the great tips] [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] BTW - this is a good idea for any site you have - you should ALL edit/customize your 404.php page [thanks to Arun&#8217;s Blog for the great tips] [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jaki Levy</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-41217</link>
		<dc:creator>Jaki Levy</dc:creator>
		<pubDate>Tue, 26 Jun 2007 20:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-41217</guid>
		<description>&lt;p&gt;Nice tip - I customized the 404 page to include archives and popular posts. What I wanted to do even further was to redirect people with a meta refresh.  I recently changed my permalink structure and now people are looking for things that are not there.&lt;/p&gt;

&lt;p&gt;So when users go to OldARTICLElink, I want to redirect them to NewARTICLElink.&lt;/p&gt;

&lt;p&gt;My old permalink structure was
category/post-title&lt;/p&gt;

&lt;p&gt;Now it's
date/category/post-title&lt;/p&gt;

&lt;p&gt;Any idea on how to do this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice tip - I customized the 404 page to include archives and popular posts. What I wanted to do even further was to redirect people with a meta refresh.  I recently changed my permalink structure and now people are looking for things that are not there.</p>

<p>So when users go to OldARTICLElink, I want to redirect them to NewARTICLElink.</p>

<p>My old permalink structure was
category/post-title</p>

<p>Now it&#8217;s
date/category/post-title</p>

<p>Any idea on how to do this?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-30180</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 31 Mar 2007 07:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-30180</guid>
		<description>&lt;p&gt;Your demonstration link (.../blog/python) does not work (anymore?). It shows a simple, standard Wordpress (or maybe K2) 404 page. But I like your idea and will try on my blog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your demonstration link (&#8230;/blog/python) does not work (anymore?). It shows a simple, standard Wordpress (or maybe K2) 404 page. But I like your idea and will try on my blog.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Madison</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-27513</link>
		<dc:creator>Madison</dc:creator>
		<pubDate>Mon, 12 Mar 2007 15:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-27513</guid>
		<description>&lt;p&gt;Nice Site!!! (p)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice Site!!! (p)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RAB</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-20067</link>
		<dc:creator>RAB</dc:creator>
		<pubDate>Sat, 06 Jan 2007 21:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-20067</guid>
		<description>&lt;p&gt;Good article and should be pretty handy for all. Herez another simple trick to do it http://webtips.blogsome.com/2006/11/19/customize-404-page-free-blogs/&lt;/p&gt;

&lt;p&gt;But I am bit confused with this http://wordpress.org/support/topic/96927 Any thoughts?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good article and should be pretty handy for all. Herez another simple trick to do it <a href="http://webtips.blogsome.com/2006/11/19/customize-404-page-free-blogs/" rel="nofollow">http://webtips.blogsome.com/2006/11/19/customize-404-page-free-blogs/</a></p>

<p>But I am bit confused with this <a href="http://wordpress.org/support/topic/96927" rel="nofollow">http://wordpress.org/support/topic/96927</a> Any thoughts?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: overla</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-3959</link>
		<dc:creator>overla</dc:creator>
		<pubDate>Wed, 14 Jun 2006 15:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-3959</guid>
		<description>&lt;p&gt;sorry, one last thing, which i think might be the problem, how can i get the script to drop the / at the end of a url - because it doesnt search if there is a / attached to the end. The reason i am trying to fix this is because i changed my permalink structure, so all of my pages listed on yahoo search engine for example , point to my 404 page with a url ending in /, so im trying to get the script to find the pages.
thanks again&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sorry, one last thing, which i think might be the problem, how can i get the script to drop the / at the end of a url - because it doesnt search if there is a / attached to the end. The reason i am trying to fix this is because i changed my permalink structure, so all of my pages listed on yahoo search engine for example , point to my 404 page with a url ending in /, so im trying to get the script to find the pages.
thanks again</p>]]></content:encoded>
	</item>
	<item>
		<title>By: overla</title>
		<link>http://www.arunrocks.com/blog/archives/2006/03/01/a-nearly-perfect-404-error-page-in-wordpress/#comment-3957</link>
		<dc:creator>overla</dc:creator>
		<pubDate>Wed, 14 Jun 2006 14:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.arunrocks.com/blog/?p=80#comment-3957</guid>
		<description>&lt;p&gt;Hi Arin, thanks for this code, it works really well. Only thing is i had to delete line 20:                   $searchurl = getbloginfo('url') . '/?s=';
 because i kept getting an error: 
Fatal error: Call to undefined function: getbloginfo() in /my/url/theme/404.php on line 20&lt;/p&gt;

&lt;p&gt;So my 404 page works without that line, but not if there is a long incorrect URL typed in, then it doesnt search for anything.&lt;/p&gt;

&lt;p&gt;Wonder if you could offer any help?
Thanks again&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Arin, thanks for this code, it works really well. Only thing is i had to delete line 20:                   $searchurl = getbloginfo(&#8217;url&#8217;) . &#8216;/?s=&#8217;;
 because i kept getting an error: 
Fatal error: Call to undefined function: getbloginfo() in /my/url/theme/404.php on line 20</p>

<p>So my 404 page works without that line, but not if there is a long incorrect URL typed in, then it doesnt search for anything.</p>

<p>Wonder if you could offer any help?
Thanks again</p>]]></content:encoded>
	</item>
</channel>
</rss>
