From: Daniel Gruno Date: Thu, 12 Apr 2012 07:15:01 +0000 (+0000) Subject: Fix up some ambiguity X-Git-Tag: 2.5.0-alpha~7195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1625cfd6f76ac323ed1954065706fe8aafa8f2a;p=apache Fix up some ambiguity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325143 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 2204d37c12..904f4ef9d8 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -909,11 +909,11 @@ RewriteRule ^/$ /homepage.std.html [L]

Pattern is a perl compatible regular - expression. On the first RewriteRule that matches, it is applied to + expression. On the first RewriteRule, it is matched against the (%-decoded) URL-path (or file-path, depending - on the context) of the request. Subsequent patterns are applied to the - output of the last matched RewriteRule.

+ on the context) of the request. Subsequent patterns are matched against the + output of the last matching RewriteRule.

<a id="what_is_matched" name="what_is_matched">What is matched?</a>

In VirtualHost context,