]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: minor wording tweak to RewriteRule per-directory notes (Bug 70027, thanks Philippe)
authorRich Bowen <rbowen@apache.org>
Fri, 8 May 2026 12:35:45 +0000 (12:35 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 8 May 2026 12:35:45 +0000 (12:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933937 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 623a285a331fb5eaa4034a8ddb6bbc629ea3c430..042fde23faf41fdf8d86c97af1156bace3a6fd60 100644 (file)
@@ -426,11 +426,9 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"
                <directive module="core">DocumentRoot</directive>
                (as opposed to reachable by other means, such as
                <directive module="mod_alias">Alias</directive>).</li>
-          <li> The <em>filesystem</em> path to the directory containing
-               the <glossary ref="perdirectory">per-directory</glossary>
-               configuration, suffixed by the relative
-               substitution is also valid as a URL-path on the server
-               (this is rare).</li>
+          <li> 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).</li>
           <li> In Apache HTTP Server 2.4.16 and later, this directive may be
                 omitted when the request is mapped via
                 <directive module="mod_alias">Alias</directive>