From f3e676be39d6c5fcf4da6810d249d99effb0911e Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 12 Apr 2012 07:09:33 +0000 Subject: [PATCH] Fix up some wordings and grammar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325141 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index f75ca7df52..2204d37c12 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -909,10 +909,11 @@ RewriteRule ^/$ /homepage.std.html [L]

Pattern is a perl compatible regular - 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.

+ expression. On the first RewriteRule that matches, it is applied to + 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.

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

In VirtualHost context, @@ -921,7 +922,7 @@ RewriteRule ^/$ /homepage.std.html [L]

In Directory and htaccess context, the Pattern will initially be matched against the - filesystem path, after removing the prefix that lead the server + filesystem path, after removing the prefix that led the server to the current RewriteRule (e.g. "app1/index.html" or "index.html" depending on where the directives are defined).

-- 2.40.0