<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: HTTP status code for 404 &#8211; page not found in Joomla!</title>
	<atom:link href="http://www.littlecamels.com/2008/08/11/http-status-code-for-page-not-found-in-joomla/feed" rel="self" type="application/rss+xml" />
	<link>http://www.littlecamels.com/2008/08/11/http-status-code-for-page-not-found-in-joomla</link>
	<description>and yes, it&#039;s the end of the world!</description>
	<lastBuildDate>Fri, 17 Sep 2010 09:31:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: john</title>
		<link>http://www.littlecamels.com/2008/08/11/http-status-code-for-page-not-found-in-joomla/comment-page-1#comment-14018</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 09 Feb 2012 02:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlecamels.com/?p=435#comment-14018</guid>
		<description>Thank you, this fixed my IE problem!

// no direct access
defined( &#039;_JEXEC&#039; ) or die( &#039;Restricted access&#039; );

if (($this-&gt;error-&gt;code) == &#039;404&#039;) {
  echo file_get_contents(&#039;http://www.yoursite.com/
                            error-404-page-not-found&#039;);
}</description>
		<content:encoded><![CDATA[<p>Thank you, this fixed my IE problem!</p>
<p>// no direct access<br />
defined( &#8216;_JEXEC&#8217; ) or die( &#8216;Restricted access&#8217; );</p>
<p>if (($this-&gt;error-&gt;code) == &#8217;404&#8242;) {<br />
  echo file_get_contents(&#8216;<a href="http://www.yoursite.com/" rel="nofollow">http://www.yoursite.com/</a><br />
                            error-404-page-not-found&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

