<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Custom 404 page with ColdFusion and IIS</title>
	<atom:link href="http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 01 Mar 2013 18:26:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: duncan</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-478</link>
		<dc:creator><![CDATA[duncan]]></dc:creator>
		<pubDate>Wed, 11 Apr 2012 09:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-478</guid>
		<description><![CDATA[In the CF Administrator you probably need to update the Missing Template Handler. Read this: http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-configuring-missing-template.html]]></description>
		<content:encoded><![CDATA[<p>In the CF Administrator you probably need to update the Missing Template Handler. Read this: <a href="http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-configuring-missing-template.html" rel="nofollow">http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-configuring-missing-template.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Larson</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-477</link>
		<dc:creator><![CDATA[Larry Larson]]></dc:creator>
		<pubDate>Tue, 10 Apr 2012 19:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-477</guid>
		<description><![CDATA[Thank you for your post.  I followed your directions, but it only seems to work for files not found of .HTM or .HTML extensions, not .CFM or .CFML extensions.  Is there something else to be done to respond on a not found .CFM file?]]></description>
		<content:encoded><![CDATA[<p>Thank you for your post.  I followed your directions, but it only seems to work for files not found of .HTM or .HTML extensions, not .CFM or .CFML extensions.  Is there something else to be done to respond on a not found .CFM file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duncan</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-342</link>
		<dc:creator><![CDATA[duncan]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 08:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-342</guid>
		<description><![CDATA[duncancumming AT gmail DOT com]]></description>
		<content:encoded><![CDATA[<p>duncancumming AT gmail DOT com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-340</link>
		<dc:creator><![CDATA[Srinivas]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 07:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-340</guid>
		<description><![CDATA[Oops code stripped,give me your mail id.will send you more details.]]></description>
		<content:encoded><![CDATA[<p>Oops code stripped,give me your mail id.will send you more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-339</link>
		<dc:creator><![CDATA[Srinivas]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 07:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-339</guid>
		<description><![CDATA[I am using 404 page to handle custom URLs.In addition to that , I want to show up that results in Google  search if the user types agent Custom URL along with domain in Google.

404 page code  as  follows,





	
		SELECT ID 
		FROM AGENT_PROFILE
		WHERE customURL = 
	

	
		
		
			
			
				#cfcatch.Detail#
			
		
		#responseResult.fileContent#
	
		
	

	
]]></description>
		<content:encoded><![CDATA[<p>I am using 404 page to handle custom URLs.In addition to that , I want to show up that results in Google  search if the user types agent Custom URL along with domain in Google.</p>
<p>404 page code  as  follows,</p>
<p>		SELECT ID<br />
		FROM AGENT_PROFILE<br />
		WHERE customURL = </p>
<p>				#cfcatch.Detail#</p>
<p>		#responseResult.fileContent#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duncan</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-338</link>
		<dc:creator><![CDATA[duncan]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 01:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-338</guid>
		<description><![CDATA[You want your 404 pages to appear in Google search?  Or do you mean you&#039;re using a 404 page to handle custom URLs?  If the latter, there&#039;s probably a better way to do it.  Can you give me more information about how you&#039;re handling your custom URLs?]]></description>
		<content:encoded><![CDATA[<p>You want your 404 pages to appear in Google search?  Or do you mean you&#8217;re using a 404 page to handle custom URLs?  If the latter, there&#8217;s probably a better way to do it.  Can you give me more information about how you&#8217;re handling your custom URLs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-337</link>
		<dc:creator><![CDATA[Srinivas]]></dc:creator>
		<pubDate>Wed, 11 Aug 2010 19:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-337</guid>
		<description><![CDATA[Hi Duncan,

I am using same pattern for our agents  custom URLs.
However, they are not appearing in Google search.Even if, I type their custom URLs along with domain.
I submitted their URLs in XML site map too.
Any clues.

Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Hi Duncan,</p>
<p>I am using same pattern for our agents  custom URLs.<br />
However, they are not appearing in Google search.Even if, I type their custom URLs along with domain.<br />
I submitted their URLs in XML site map too.<br />
Any clues.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Mergu</title>
		<link>http://duncan99.wordpress.com/2009/03/25/custom-404-page-with-coldfusion-and-iis/#comment-335</link>
		<dc:creator><![CDATA[Rajesh Mergu]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://duncan99.wordpress.com/?p=1104#comment-335</guid>
		<description><![CDATA[Hello Duncan,

Thank you so much for your post, this article has helped me to solve http status code problem.

Now, I will read your whole blog it seems more interesting]]></description>
		<content:encoded><![CDATA[<p>Hello Duncan,</p>
<p>Thank you so much for your post, this article has helped me to solve http status code problem.</p>
<p>Now, I will read your whole blog it seems more interesting</p>
]]></content:encoded>
	</item>
</channel>
</rss>
