On Fri, Apr 11, 2008 at 7:43 PM, Steve Finkelstein <[EMAIL PROTECTED]> wrote:
> RewriteCond %{HTTP_HOST} ^foo\.example\.com$ [NC]
> RewriteRule . /index.php/foo [L]
>
I'm not sure why you have the leading slash on /index.php when you
don't seem to be using it in your main rule.
Other tha
Hi all,
Had a quick question with some rules that I'm having a bit of difficulty with.
Essentially I'm hosting a web application which follows the MVC design
pattern which relies on some mod_rewrite ninja in order to setup
proper internal routing. The base of the ruleset that gets the
applicatio