<?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: Ruby Update</title>
	<atom:link href="http://blog.brettski.com/2009/06/16/ruby-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brettski.com/2009/06/16/ruby-update/</link>
	<description>It doesn't really get busier any given day, just more stuff doesn't get done.</description>
	<lastBuildDate>Mon, 21 Nov 2011 22:37:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mike De La Loza</title>
		<link>http://blog.brettski.com/2009/06/16/ruby-update/#comment-1357</link>
		<dc:creator><![CDATA[Mike De La Loza]]></dc:creator>
		<pubDate>Tue, 11 Aug 2009 16:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brettski.com/?p=341#comment-1357</guid>
		<description><![CDATA[I had the same problem as you and finally found a working .htaccess file. I changed the relevant portion of the .htaccess file:


....
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
...

The rule in that guide (http://rubydreams.dreamhosters.com/2009/05/running-an-application-using-fastcgi/) redirected *all* requests except the favicon, but this one tests for existence instead. I didn&#039;t come up with it myself - I found examples on the web.

Thank you for asking your question - it&#039;s nice to have company.]]></description>
		<content:encoded><![CDATA[<p>I had the same problem as you and finally found a working .htaccess file. I changed the relevant portion of the .htaccess file:</p>
<p>&#8230;.<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]<br />
&#8230;</p>
<p>The rule in that guide (<a href="http://rubydreams.dreamhosters.com/2009/05/running-an-application-using-fastcgi/" rel="nofollow">http://rubydreams.dreamhosters.com/2009/05/running-an-application-using-fastcgi/</a>) redirected *all* requests except the favicon, but this one tests for existence instead. I didn&#8217;t come up with it myself &#8211; I found examples on the web.</p>
<p>Thank you for asking your question &#8211; it&#8217;s nice to have company.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

