[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 Philippe Cloutier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #6 from Philippe Cloutier <[email protected]> --- Thanks to you Rich That still leaves the URL-path occurrence: > For example, if you specify a Substitution string of /www/file.html, then this will be treated as a URL-path unless a directory named www exists at the root or your file-system (or, in the case of using rewrites in a .htaccess file, relative to your document root), in which case it will be treated as a file-system path. Suggested fix: > For example, if you specify a Substitution string of /www/file.html, then this will be treated as a URL-path unless a directory named www exists at the root or your file-system (or, in the case of per-directory rewrites, relative to your document root), in which case it will be treated as a file-system path. -- You are receiving this mail because: You are the assignee for the bug.