<?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: Custom 404 page in codeigniter</title>
	<atom:link href="http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/</link>
	<description>Get to know me.</description>
	<lastBuildDate>Sat, 14 Jan 2012 07:31:26 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: muhammad furqan freed</title>
		<link>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/comment-page-1/#comment-197</link>
		<dc:creator>muhammad furqan freed</dc:creator>
		<pubDate>Tue, 27 Dec 2011 07:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=205#comment-197</guid>
		<description>you can&#039;t use base_url() in 404 page
you have to use this:

$this-&gt;config =&amp; load_class(&#039;Config&#039;);
echo $this-&gt;config-&gt;item(&#039;base_url&#039;);</description>
		<content:encoded><![CDATA[<p>you can&#8217;t use base_url() in 404 page<br />
you have to use this:</p>
<p>$this-&gt;config =&amp; load_class(&#8217;Config&#8217;);<br />
echo $this-&gt;config-&gt;item(&#8217;base_url&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dedy</title>
		<link>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/comment-page-1/#comment-119</link>
		<dc:creator>dedy</dc:creator>
		<pubDate>Tue, 26 Oct 2010 11:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=205#comment-119</guid>
		<description>sorry, you right.

just use standar redirection then. 

  header(&#039;Location: http://www.your-domain.com/your-404-page.php&#039;);


regards</description>
		<content:encoded><![CDATA[<p>sorry, you right.</p>
<p>just use standar redirection then. </p>
<p>  header(&#8217;Location: <a href="http://www.your-domain.com/your-404-page.php" rel="nofollow">http://www.your-domain.com/your-404-page.php</a>&#8216;);</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazmul</title>
		<link>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/comment-page-1/#comment-117</link>
		<dc:creator>Nazmul</dc:creator>
		<pubDate>Tue, 26 Oct 2010 10:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=205#comment-117</guid>
		<description>Function redirect() not working here. Call to undefined function is showing up. Even  get_instance is not working.</description>
		<content:encoded><![CDATA[<p>Function redirect() not working here. Call to undefined function is showing up. Even  get_instance is not working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

