From: Eric Covener Date: Wed, 12 Apr 2023 11:56:23 +0000 (+0000) Subject: just request_uri X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4cc6f8a60497f4afa55f19e0aa303205d059e0d;p=thirdparty%2Fapache%2Fhttpd.git just request_uri [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 793d75666d9..f789e49b683 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 QUERY_STRING. The value returned for - both REQUEST_URI and QUERY_STRING - has already been %-decoded, to re-encoded it pass it through + both REQUEST_URI + has already been %-decoded, to re-encode it pass it through the "escape" mapping-function.