]> 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:32 +0000 (20:31 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:31:32 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934447 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 35f34160ce5136c288526359b84de3e31ceb786e..3f2a256de87c7b200c1ae65f6b4af02776dc6582 100644 (file)
@@ -50,8 +50,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>