]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
no [END] (really last) in 2.2.x
authorEric Covener <covener@apache.org>
Fri, 18 Mar 2011 13:41:59 +0000 (13:41 +0000)
committerEric Covener <covener@apache.org>
Fri, 18 Mar 2011 13:41:59 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082918 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 2a9fdf70ee47f1cd7c848690231323532f0ec046..89052788e1f02c01f50f8da06fe73307e973f520 100644 (file)
@@ -353,12 +353,6 @@ contexts, that you take explicit steps to avoid rules looping, and not
 count solely on the [L] flag to terminate execution of a series of
 rules, as shown below.</p>
 
-<p> An alternative flag, [END], can be used to terminate not only the
-current round of rewrite processing but prevent any subsequent
-rewrite processing from occuring in per-directory (htaccess)
-context. This does not apply to new requests resulting from external
-redirects.</p>
-
 <p>The example given here will rewrite any request to
 <code>index.php</code>, giving the original request as a query string
 argument to <code>index.php</code>, however, the <directive