Re: [Catalyst] RFC for plugin to strip script name from URI; plugin name + code review

2008-04-06 Thread Matt S Trout
On Sat, Mar 29, 2008 at 11:27:39PM -0700, Ashley wrote: I'm using shared hosting for several Cat deployments. This means I can't do nice Location/Apache tricks or lighttpd or modperl. I am running fastcgi but I have to deploy it with nothing but mod_rewrite at my disposal. Essentially

Re: [Catalyst] RFC for plugin to strip script name from URI; plugin name + code review

2008-04-06 Thread Ashley
On Apr 6, 2008, at 12:44 PM, Matt S Trout wrote: .htaccess # This one implies a / deployment. --- DirectoryIndex myapp.fcgi index.html RewriteEngine on RewriteCond %{REQUEST_FILENAME} !myapp.fcgi$ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI}