Commit 8e18a2ad authored by Eric Covener's avatar Eric Covener
Browse files

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
parent 908c18db
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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