> So it looks like that `mod_rewrite` is applying the last rule but the
> conditions are not tested.

OK, I saw my regrettable error, the regex was not correct due to
directory stripping.

This one is now working:
RewriteRule ^(.+)$ index.php?q=/$1 [QSA,L]

--
Jimmy


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to