[Bug 70018] RewriteRule Directive: Ignores back-references to the last matched RewriteCond pattern (%N)
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=70018 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Rich Bowen <[email protected]> --- Documented %N (RewriteCond) back-references alongside the existing $N description. %0 refers to the entire string matched by the last RewriteCond CondPattern, while %1..%9 refer to the captured groups. (Verified against mod_rewrite.c — both $ and % back-references use the same backrefinfo mechanism.) Patched in r1933689 (trunk), r1933690 (2.4). -- You are receiving this mail because: You are the assignee for the bug.