https://bz.apache.org/bugzilla/show_bug.cgi?id=60024
Eric Covener <cove...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #5 from Eric Covener <cove...@gmail.com> --- > In Directory and htaccess context, the Pattern will initially be matched > against the filesystem path, after removing the prefix that led the server > to the current RewriteRule (e.g. "app1/index.html" or "index.html" depending > on where the directives are defined). > > Which means the string removed is in fact a directory-path, and the > parenthesis is not just misleading but wrong. I apologize, since this is the > result of ticket #53152. OK, I see the concern now re: directory paths. However, the paranthetical in its current state is not actually wrong. Those are basic example of what's left after the prefix stripping. I've reverted the changes from PR53152 in trunk and made a few rounds of updates to remove some unnecessary/redundant per-dir info and try to clarify in the remaining places. Please review current form: http://httpd.apache.org/docs/trunk/mod/mod_rewrite.html -- 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