From: Eric Covener
Date: Fri, 18 Mar 2011 13:41:59 +0000 (+0000)
Subject: no [END] (really last) in 2.2.x
X-Git-Tag: 2.2.18~91
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65719d2c9153be5f67940c4e0286497afe1a93d0;p=thirdparty%2Fapache%2Fhttpd.git
no [END] (really last) in 2.2.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082918 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 2a9fdf70ee4..89052788e1f 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -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.
- 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.
-
The example given here will rewrite any request to
index.php
, giving the original request as a query string
argument to index.php
, however, the