<?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: Genuine 404s and Google Verification</title>
	<atom:link href="http://www.itamer.com/genuine-404s-and-google-verification/264/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itamer.com/genuine-404s-and-google-verification/264/</link>
	<description>Sarah King&#039;s blog and programming examples</description>
	<lastBuildDate>Sun, 22 Jan 2012 08:06:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Martyn Ranyard</title>
		<link>http://www.itamer.com/genuine-404s-and-google-verification/264/comment-page-1/#comment-10822</link>
		<dc:creator>Martyn Ranyard</dc:creator>
		<pubDate>Tue, 29 Aug 2006 16:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=264#comment-10822</guid>
		<description>A slight enhancement, a lot of the internal Joomla urls assume that /index.php should give the homepage, so I altered the elseif to read as follows : 
elseif (empty($pagename)&#124;&#124;$pagename == &#039;/&#039;&#124;&#124;$pagename == &#039;/index.php&#039;)

Otherwise fantastic, lets hope someone from the Joomla team picks this up and puts it into core :-)</description>
		<content:encoded><![CDATA[<p>A slight enhancement, a lot of the internal Joomla urls assume that /index.php should give the homepage, so I altered the elseif to read as follows :<br />
elseif (empty($pagename)||$pagename == &#8216;/&#8217;||$pagename == &#8216;/index.php&#8217;)</p>
<p>Otherwise fantastic, lets hope someone from the Joomla team picks this up and puts it into core <img src='http://www.itamer.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah King</title>
		<link>http://www.itamer.com/genuine-404s-and-google-verification/264/comment-page-1/#comment-10484</link>
		<dc:creator>Sarah King</dc:creator>
		<pubDate>Sun, 20 Aug 2006 04:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=264#comment-10484</guid>
		<description>In one of my sites I needed to have 

header(&quot;HTTP/1.1 200 OK&quot;);

in the pagename section of the if statement</description>
		<content:encoded><![CDATA[<p>In one of my sites I needed to have </p>
<p>header(&#8220;HTTP/1.1 200 OK&#8221;);</p>
<p>in the pagename section of the if statement</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.itamer.com/genuine-404s-and-google-verification/264/comment-page-1/#comment-8504</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 05 Jun 2006 20:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=264#comment-8504</guid>
		<description>Sweet! Just what I was looking for. I saw alot of other fixs, like disabling the htaccess file and then re-enabling it after verification...didn&#039;t really trust that method though as it seems like a short cut.</description>
		<content:encoded><![CDATA[<p>Sweet! Just what I was looking for. I saw alot of other fixs, like disabling the htaccess file and then re-enabling it after verification&#8230;didn&#8217;t really trust that method though as it seems like a short cut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarahk</title>
		<link>http://www.itamer.com/genuine-404s-and-google-verification/264/comment-page-1/#comment-3866</link>
		<dc:creator>sarahk</dc:creator>
		<pubDate>Tue, 11 Apr 2006 23:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=264#comment-3866</guid>
		<description>I&#039;ve just used &lt;a href=&quot;http://developer.joomla.org/sf/projects/joomap&quot;&gt;JooMap&lt;/a&gt; to create a sitemap for the site too. It looks like a good product and worked first time :)

It creates the necessary &lt;a href=&quot;http://www.propertyprophets.co.nz/index.php?option=com_joomap&amp;view=google&quot;&gt;XML files&lt;/a&gt; and a nice &lt;a href=&quot;http://www.propertyprophets.co.nz/index.php?option=com_joomap&quot;&gt;html version&lt;/a&gt; too.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just used <a href="http://developer.joomla.org/sf/projects/joomap">JooMap</a> to create a sitemap for the site too. It looks like a good product and worked first time <img src='http://www.itamer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It creates the necessary <a href="http://www.propertyprophets.co.nz/index.php?option=com_joomap&#038;view=google">XML files</a> and a nice <a href="http://www.propertyprophets.co.nz/index.php?option=com_joomap">html version</a> too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

