From ac45e40b4d3cdc2497d5b6f5efe7d8a927beca21 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 12:03:19 +0200 Subject: Merging upstream version 2.4.59. Signed-off-by: Daniel Baumann --- docs/manual/mod/mod_rewrite.html.en | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'docs/manual/mod/mod_rewrite.html.en') diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 30d7434..a46bb22 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -364,7 +364,11 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
The path component of the requested URI, such as "/index.html". This notably excludes the query string which is available as its own variable - named QUERY_STRING.
+ named QUERY_STRING. The value returned for + REQUEST_URI + has already been %-decoded, to re-encode it pass it through + the "escape" mapping-function. +
THE_REQUEST
@@ -1305,7 +1309,8 @@ cannot use $N in the substitution string! B Escape non-alphanumeric characters in backreferences before - applying the transformation. details ... + applying the transformation. For similar escaping of server-variables, see + the "escape" mapping-function.details ... BCTLS @@ -1610,7 +1615,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html } })(window, document); //-->