<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Comechao's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 08 Oct 2008 07:37:46 GMT</pubDate>
    <description>DZone Snippets: Comechao's Code Snippets</description>
    <item>
      <title>Ruby On Rails With Apache and mod_proxy using .htaccess</title>
      <link>http://snippets.dzone.com/posts/show/4086</link>
      <description>If you want your rails app in the same apache html directory, use a .htaccess like this :&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;RewriteEngine   on&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteRule     (.*) http://localhost:3000/$1 [P]&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;All resources that don't exist in your html directory will be requested ( using proxy) from mongrel.</description>
      <pubDate>Thu, 31 May 2007 14:53:20 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4086</guid>
      <author>comechao (Tiago Bastos)</author>
    </item>
  </channel>
</rss>
