https://issues.apache.org/bugzilla/show_bug.cgi?id=52000
Filipus Klutiero <chea...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #9 from Filipus Klutiero <chea...@gmail.com> 2012-04-11 22:04:50 UTC --- Thank you Daniel. There is the same problem at the beginning of the section: Pattern is a perl compatible regular expression. On the first RewriteRule it is applied to the (%-decoded) URL-path of the request; subsequent patterns are applied to the output of the last matched RewriteRule. The first RewriteRule is matched against a filesystem path in directory context. By the way, I find it slightly misleading to say that the first RewriteRule is *applied* to the pattern, since the pattern is not really modified. I would say it is matched against it. While we're at it. In: In Directory and htaccess context, the Pattern will initially be matched against the filesystem path, after removing the prefix that lead the server to the current RewriteRule (e.g. "app1/index.html" or "index.html" depending on where the directives are defined). "lead" should read either "led" or "leads". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org