From 9e12e172c021a95414b97558bbddbdb1a8a542d0 Mon Sep 17 00:00:00 2001
From: Rich Bowen
In VirtualHost
context,
The Pattern will initially be matched against the part of the
URL after the hostname and port, and before the query string (e.g. "/app1/index.html").
$N
in the substitution string!
Rewrite rules are applied to the results of previous rewrite
rules, in the order in which they are defined
- in the config file. The URL is completely
+ in the config file. The URI or file path (see "What is matched?", above) is completely
replaced by the Substitution and the
rewriting process continues until all rules have been applied,
- or it is explicitly terminated by a
+ or it is explicitly terminated by an
L
flag,
or other flag which implies immediate termination, such as
END
or
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 757a45786a..c12df7f351 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -901,7 +901,7 @@ RewriteRule ^/$ /homepage.std.html [L]
subsequent patterns are applied to the output of the last matched
RewriteRule.
In
$N
in the substitution string!
Rewrite rules are applied to the results of previous rewrite
rules, in the order in which they are defined
- in the config file. The URL is completely
+ in the config file. The URI or file path (see "What is matched?", above) is completely
replaced by the Substitution and the
rewriting process continues until all rules have been applied,
- or it is explicitly terminated by a
+ or it is explicitly terminated by an
L
flag,
or other flag which implies immediate termination, such as
END
or
--
2.40.0