[Bug 60377] RewriteRule documentation: assumes per-directory rules are defined in htaccess files
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=60377 --- Comment #8 from Rich Bowen <[email protected]> --- Third round of fixes — remaining occurrences of .htaccess treated as separate from per-directory context: - "in the case of using rewrites in a .htaccess file" → "in the case of per-directory rewrites" (also fixed typo "root or" → "root of") - "per-directory and .htaccess context" → "per-directory context" (last|L flag description) - "per-directory and htaccess context" → "per-directory context" (flags.xml metadata note; also fixed "affect" → "effect") - "per-directory and htaccess rewrites" → "per-directory rewrites" (flags.xml E flag note) Patched in r1933652 (trunk), r1933653 (2.4). Thanks for the thorough follow-up, Philippe. I believe this is fixed now, but await your review. -- You are receiving this mail because: You are the assignee for the bug.