summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-04-12 11:56:23 +0000
committerEric Covener <covener@apache.org>2023-04-12 11:56:23 +0000
commitc4cc6f8a60497f4afa55f19e0aa303205d059e0d (patch)
tree304efc669a452fd21959c13089bc5697c93ea66f
parent9ba59878f4e8727e2b257108585260a6e0b6ba45 (diff)
downloadhttpd-c4cc6f8a60497f4afa55f19e0aa303205d059e0d.tar.gz
just request_uri
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909084 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 793d75666d..f789e49b68 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -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>