On 1 Jan 2013, at 21:01, Eric Covener <[email protected]> wrote: > I realized another workaround is to define the mod_rewrite rules in > per-dir context, since this makes every URL change into an internal > subrequest.
+1, again a big performance win on sites with complex URL spaces. > Adding a flag to mod_rewrite in non per-dir context to also do the > internal subrequest seems to work as well, and might be the most > generally useful. +1. Regards, Graham --
