]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
just request_uri
authorEric Covener <covener@apache.org>
Wed, 12 Apr 2023 11:56:23 +0000 (11:56 +0000)
committerEric Covener <covener@apache.org>
Wed, 12 Apr 2023 11:56:23 +0000 (11:56 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909084 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 793d75666d962ef2d66ff521a8542c8724bd6f94..f789e49b683d06945627e51e06ddd205c3f9373a 100644 (file)
@@ -662,8 +662,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>