From e1625cfd6f76ac323ed1954065706fe8aafa8f2a Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 12 Apr 2012 07:15:01 +0000 Subject: [PATCH] Fix up some ambiguity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325143 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.40.0