Ruby On Rails With Apache and mod_proxy using .htaccess
1 2 RewriteEngine on 3 RewriteCond %{REQUEST_FILENAME} !-f 4 RewriteRule (.*) http://localhost:3000/$1 [P]
All resources that don't exist in your html directory will be requested ( using proxy) from mongrel.