> 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-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx