From: Mike Rumph Date: Thu, 16 Apr 2015 05:22:27 +0000 (+0000) Subject: Fix typo in mod_rewrite doc. X-Git-Tag: 2.2.30~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8bdba7a95c5cfb2d575fc3028b40e22f0d3cef;p=thirdparty%2Fapache%2Fhttpd.git Fix typo in mod_rewrite doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1674004 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 6b8b09c1453..600d2898f26 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1294,7 +1294,7 @@ cannot use $N in the substitution string! RewriteMap directive and are explained there. These three types of variables are expanded in the order above.

-

Rewrite rules are a applied to the results of previous rewrite +

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 replaced by the Substitution and the