[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 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Rich Bowen <[email protected]> --- Fixed in trunk (r1933520) and 2.4 (r1933521). Three changes to RewriteRule/RewriteCond documentation: 1. Changed "The directory path where the rule is defined" to "The directory-path for which the rule is defined" — clarifies that it's the target directory, not the location of the config file. Also hyphenated "directory-path" to match the syntax definition. 2. Replaced "perl compatible regular expression" with a glossary-linked "regular expression" in both RewriteRule and RewriteCond, consistent with the directive-dict syntax reference. Thanks for the report. -- You are receiving this mail because: You are the assignee for the bug.