From: Eric Covener Date: Wed, 26 Jan 2011 03:21:14 +0000 (+0000) Subject: Merge r1063587 from trunk: X-Git-Tag: 2.2.18~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c37a4720d40130578e1cb3386dca317ac47cd59;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.