From: Daniel Gruno
Date: Thu, 12 Apr 2012 07:09:33 +0000 (+0000)
Subject: Fix up some wordings and grammar.
X-Git-Tag: 2.5.0-alpha~7197
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3e676be39d6c5fcf4da6810d249d99effb0911e;p=apache
Fix up some wordings and grammar.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325141 13f79535-47bb-0310-9956-ffa450edef68
---
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.
What is matched?
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).