summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-04-12 11:56:39 +0000
committerEric Covener <covener@apache.org>2023-04-12 11:56:39 +0000
commit8bccb6ba2fd8c8271a7a54d4d0f79ef5795c9a12 (patch)
tree208d77b29d6837096fecc340772fee8051b6da1e
parentd7dc508e1799f9d82fec8340219c8eae7afe59b8 (diff)
downloadhttpd-8bccb6ba2fd8c8271a7a54d4d0f79ef5795c9a12.tar.gz
Merge r1909084 from trunk:
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
-rw-r--r--docs/manual/mod/mod_rewrite.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 49cda812b6..b648555abf 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -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>