From: Christophe Jaillet Date: Wed, 23 Aug 2023 21:24:24 +0000 (+0000) Subject: Remove an extra word. X-Git-Tag: 2.4.58-rc1-candidate~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83d9ac1cb6b14e86656817c8a3205158a484e20;p=thirdparty%2Fapache%2Fhttpd.git Remove an extra word. Follow up to r1909084 (in trunk). [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1911877 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index b648555abf8..f60433bcbbb 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -655,7 +655,7 @@ 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 + REQUEST_URI has already been %-decoded, to re-encode it pass it through the "escape" mapping-function.