From: Rich Bowen Date: Fri, 8 May 2026 12:35:45 +0000 (+0000) Subject: docs: minor wording tweak to RewriteRule per-directory notes (Bug 70027, thanks Philippe) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=658ceb92a479654b163913e49167c7fbef2723bc;p=thirdparty%2Fapache%2Fhttpd.git docs: minor wording tweak to RewriteRule per-directory notes (Bug 70027, thanks Philippe) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 623a285a33..042fde23fa 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -426,11 +426,9 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}" DocumentRoot (as opposed to reachable by other means, such as Alias). -
  • The filesystem path to the directory containing - the per-directory - configuration, suffixed by the relative - substitution is also valid as a URL-path on the server - (this is rare).
  • +
  • The directory-path for which the RewriteRule applies, + suffixed by the relative substitution, is also valid + as a URL-path on the server (this is rare).
  • In Apache HTTP Server 2.4.16 and later, this directive may be omitted when the request is mapped via Alias