From: Rich Bowen Date: Sun, 9 Oct 2011 22:22:35 +0000 (+0000) Subject: Clarify phrasing of how multiple rules are applied to a request. refs X-Git-Tag: 2.2.22~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21f4dadc527b79386561348978265238fcded7d;p=thirdparty%2Fapache%2Fhttpd.git Clarify phrasing of how multiple rules are applied to a request. refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51968 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1180730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index fbe1aedc581..af91df85071 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1284,15 +1284,17 @@ cannot use $N in the substitution string! RewriteMap directive and are explained there. These three types of variables are expanded in the order above.

-

As already mentioned, all rewrite rules are - applied to the Substitution (in the order in which - they are defined - in the config file). The URL is completely +

Rewrite rules are a applied to the results of previous rewrite + rules, in the order in which they are defined in the config file. + The URL is completely replaced by the Substitution and the rewriting process continues until all rules have been applied, or it is explicitly terminated by a - L flag.

- + L flag, + or other flag which implies immediate termination, such as + END or + F.

+ Modifying the Query String

By default, the query string is passed through unchanged. You can, however, create URLs in the substitution string containing