From d83d9ac1cb6b14e86656817c8a3205158a484e20 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 23 Aug 2023 21:24:24 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2