<?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: My Real URL Shortening Service</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/01/24/my-real-url-shortening-service/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/01/24/my-real-url-shortening-service/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lisa Walker</title>
		<link>https://www.barneyb.com/barneyblog/2009/01/24/my-real-url-shortening-service/comment-page-1/#comment-187370</link>
		<dc:creator>Lisa Walker</dc:creator>
		<pubDate>Mon, 03 Aug 2009 15:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=657#comment-187370</guid>
		<description>Took the later suggestion and I can make it work that way with some alterations in the code.
Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Took the later suggestion and I can make it work that way with some alterations in the code.<br />
Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/01/24/my-real-url-shortening-service/comment-page-1/#comment-187369</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Mon, 03 Aug 2009 15:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=657#comment-187369</guid>
		<description>Lisa,

If you&#039;re stuck using IIS, you&#039;ll need isapi_rewrite or something to handle the URL rewriting.  As another alternative, you can change the code to use a real template for the redirection instead of using a prettified URL.  E.g., domain.com/go.cfm?k=123 instead of domain.com/123</description>
		<content:encoded><![CDATA[<p>Lisa,</p>
<p>If you're stuck using IIS, you'll need isapi_rewrite or something to handle the URL rewriting.  As another alternative, you can change the code to use a real template for the redirection instead of using a prettified URL.  E.g., domain.com/go.cfm?k=123 instead of domain.com/123</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Walker</title>
		<link>https://www.barneyb.com/barneyblog/2009/01/24/my-real-url-shortening-service/comment-page-1/#comment-187366</link>
		<dc:creator>Lisa Walker</dc:creator>
		<pubDate>Mon, 03 Aug 2009 15:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=657#comment-187366</guid>
		<description>I have everything working to create the values and insert them in a database.  When I click on the shortened urlshrink url, I get a 404 file not found.
what am I doing incorrectly on this for the setup.
I have IIS 6 and have a separate url setup (not yet available to public).  I have the index.cfm and index.htm as the default documents.
I also added the forward.cfm as a default document.</description>
		<content:encoded><![CDATA[<p>I have everything working to create the values and insert them in a database.  When I click on the shortened urlshrink url, I get a 404 file not found.<br />
what am I doing incorrectly on this for the setup.<br />
I have IIS 6 and have a separate url setup (not yet available to public).  I have the index.cfm and index.htm as the default documents.<br />
I also added the forward.cfm as a default document.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
