]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1909084 from trunk:
authorEric Covener <covener@apache.org>
Wed, 12 Apr 2023 11:56:39 +0000 (11:56 +0000)
committerEric Covener <covener@apache.org>
Wed, 12 Apr 2023 11:56:39 +0000 (11:56 +0000)
just request_uri

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909085 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 49cda812b6bfe29dabcbd806bf3448caffe44179..b648555abf84ade1e8ace3e093c60b9d8e7e6be8 100644 (file)
@@ -655,8 +655,8 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
                   such as "/index.html".  This notably excludes the
                   query string which is available as its own variable
                   named <code>QUERY_STRING</code>. The value returned for
-                  both <code>REQUEST_URI</code> and <code>QUERY_STRING</code>
-                  has already been %-decoded, to re-encoded it pass it through
+                  both <code>REQUEST_URI</code> 
+                  has already been %-decoded, to re-encode it pass it through
                   the "escape" <a href="#mapfunc">mapping-function</a>.
                   </dd>