<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burad&#039;s Blog &#187; Search functionality</title>
	<atom:link href="http://www.aburad.com/blog/tag/search-functionality/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Creating Error 404 page</title>
		<link>http://www.aburad.com/blog/2008/04/creating-error-404-page.html</link>
		<comments>http://www.aburad.com/blog/2008/04/creating-error-404-page.html#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:54:24 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Search functionality]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/04/16/creating-error-404-page/</guid>
		<description><![CDATA[Helping lost visitors? Sometimes a link provided by you may end up as 404 page or viewer might have typed wrong URL that doesn&#8217;t lead correct page on your site. To help your visitors you can actually use .htaccess file (for Apache servers) to redirect all such links to a special page which will be [...]]]></description>
			<content:encoded><![CDATA[<p>Helping lost visitors? Sometimes a link provided by you may end up as 404 page or viewer might have typed wrong URL that doesn&#8217;t lead correct page on your site. To help your visitors you can actually use .htaccess file (for Apache servers) to redirect all such links to a special page which will be more useful than plain &#8220;404 File Not found&#8221; error.</p>
<p>You can add this one line to .htaccess file (create this file if it doesn&#8217;t exist)</p>
<p class="codeblock">&nbsp;</p>
<blockquote><p> ErrorDocument 404 /web404.html</p></blockquote>
<p>This will redirect all queries for files not found in that directory and sub directories to <span style="font-style: italic">web404.html</span><br />
On that page you can provide user with:</p>
<ul>
<li>Link to homepage</li>
<li>Tell them to check the URL or Go Back</li>
<li>Search functionality for your website will be very useful.</li>
</ul>
<p>So yesterday I added a <a href="http://aburad.com/endofweb.html">404 page</a> for <a href="http://aburad.com/">my website</a>: <a href="http://aburad.com/non_existent_page.html">Check it out</a></p>
<p>I have also added similar functionality for my wordpress blog. For setting up 404 Error page on wordpress follow this well compiled article: <a href="http://codex.wordpress.org/Creating_an_Error_404_Page">Creating an Error 404 Page</a></p>
<p>Interesting read: <a href="http://www.codinghorror.com/blog/archives/000819.html" class="title-link">Creating User Friendly 404 Pages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/04/creating-error-404-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

