From 8c37a4720d40130578e1cb3386dca317ac47cd59 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 26 Jan 2011 03:21:14 +0000 Subject: [PATCH] Merge r1063587 from trunk: the comparison string has been decoded for rewriterule comparison. PR50653 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063588 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 e11c64140e6..727377d4027 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1126,7 +1126,7 @@ RewriteRule ^/$ /homepage.std.html [L]

Pattern is a perl compatible regular - expression. On the first RewriteRule it is applied to the (%-encoded) + expression. On the first RewriteRule it is applied to the (%-decoded) URL-path of the request; subsequent patterns are applied to the output of the last matched RewriteRule.

-- 2.47.3