]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
the comparison string has been decoded for rewriterule comparison. PR50653
authorEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:20:24 +0000 (03:20 +0000)
committerEric Covener <covener@apache.org>
Wed, 26 Jan 2011 03:20:24 +0000 (03:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063587 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 613601c70304dd73a415d7992e3199fcb62bc53e..e7ac110dcd8aec53bc05e840eb06cc04b1ee894c 100644 (file)
@@ -894,7 +894,7 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
 
       <p><a id="patterns" name="patterns"><em>Pattern</em></a> is
       a perl compatible <a id="regexp" name="regexp">regular
-      expression</a>. On the first RewriteRule it is applied to the (%-encoded)
+      expression</a>. On the first RewriteRule it is applied to the (%-decoded)
       <a href="./directive-dict.html#Syntax">URL-path</a> of the request;
       subsequent patterns are applied to the output of the last matched
       RewriteRule.</p>