From: Eric Covener Date: Wed, 26 Jan 2011 03:20:24 +0000 (+0000) Subject: the comparison string has been decoded for rewriterule comparison. PR50653 X-Git-Tag: 2.3.11~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29fd7ca3f2e9b1ced8a0ae94059259f98c89d7e5;p=thirdparty%2Fapache%2Fhttpd.git the comparison string has been decoded for rewriterule comparison. PR50653 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 613601c7030..e7ac110dcd8 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -894,7 +894,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.