<?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"
	>
<channel>
	<title>Comments on: Redmine on Dreamhost</title>
	<atom:link href="http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/</link>
	<description>Blog About Everything</description>
	<pubDate>Fri, 21 Nov 2008 03:22:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: daveline</title>
		<link>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/#comment-747</link>
		<dc:creator>daveline</dc:creator>
		<pubDate>Fri, 16 May 2008 04:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://alandaveline.com/blog/?p=399#comment-747</guid>
		<description>Additionally, as of May 13, 2008 Dreamhost provides a feature called Passenger for Ruby on Rails. This make is significantly easier to install Ruby On Rails Apps on Dreamhost!!! Use this method instead. &lt;a href="http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/" rel="nofollow"&gt;Click Here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Additionally, as of May 13, 2008 Dreamhost provides a feature called Passenger for Ruby on Rails. This make is significantly easier to install Ruby On Rails Apps on Dreamhost!!! Use this method instead. <a href="http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/" rel="nofollow">Click Here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daveline</title>
		<link>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/#comment-745</link>
		<dc:creator>daveline</dc:creator>
		<pubDate>Fri, 16 May 2008 04:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://alandaveline.com/blog/?p=399#comment-745</guid>
		<description>Try replacing the contents of your ./public/.htaccess file with this

&lt;code&gt;AddHandler fastcgi-script .fcgi
Options +FollowSymLinks +ExecCGI
RewriteEngine On
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
ErrorDocument 500 "&#60;h2&#62;Application error&#60;/h2&#62;Rails application failed to start properly"&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Try replacing the contents of your ./public/.htaccess file with this</p>
<p><code>AddHandler fastcgi-script .fcgi<br />
Options +FollowSymLinks +ExecCGI<br />
RewriteEngine On<br />
RewriteRule ^$ index.html [QSA]<br />
RewriteRule ^([^.]+)$ $1.html [QSA]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]<br />
ErrorDocument 500 &#8220;&lt;h2&gt;Application error&lt;/h2&gt;Rails application failed to start properly&#8221;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Pitzer</title>
		<link>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/#comment-744</link>
		<dc:creator>Chris Pitzer</dc:creator>
		<pubDate>Thu, 15 May 2008 07:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://alandaveline.com/blog/?p=399#comment-744</guid>
		<description>I've successfully run through your guide (thanks!).  I have, however, encountered an odd problem with the finished redmine installation.  When I look at it in my browser, it's as if I had turned styles off in firefox.  I see everything as if it were flat html.  Is there anything I may have done wrong that would deny redmine its styles/css/images?  

Cheers, and thanks for the guide.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve successfully run through your guide (thanks!).  I have, however, encountered an odd problem with the finished redmine installation.  When I look at it in my browser, it&#8217;s as if I had turned styles off in firefox.  I see everything as if it were flat html.  Is there anything I may have done wrong that would deny redmine its styles/css/images?  </p>
<p>Cheers, and thanks for the guide.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
