]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_rewrite: clarify that the substitution string (not 'path') can include a query...
authorRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:31:53 +0000 (20:31 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:31:53 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934448 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 6acbc14caa0e645179b7fafd0c91d6d0617e2039..fd809e65d2194e1499150129d7369939f68351a1 100644 (file)
@@ -49,8 +49,8 @@ URLs on the fly</description>
 
       <p>A rewrite rule
       can be invoked in the server configuration files, or in <glossary
-      ref="perdirectory">per-directory</glossary> context. The path generated
-      by a rewrite rule can include a query string, or can lead to internal
+      ref="perdirectory">per-directory</glossary> context. The substitution
+      string of a rewrite rule can include a query string, and a rule can lead to internal
       sub-processing, external request redirection, or internal proxy
       throughput.</p>