From 3398d070e5c13c23a05eeeec661657390a9ba30c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 1 Nov 2010 14:57:03 +0000 Subject: [PATCH] Rebuild HTML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029691 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index ae6a15f0ce0..d5722d3e370 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -82,7 +82,7 @@ URLs on the fly

Example

- LogLevel rewrite:trace3 + LogLevel alert rewrite:trace3

RewriteLog

@@ -1031,7 +1031,7 @@ cannot use $N in the substitution string! last|L Stop the rewriting process immediately and don't apply any more rules. Especially note caveats for per-directory and - .htaccess context. details ... + .htaccess context (see also the END flag). details ... next|N @@ -1085,6 +1085,13 @@ cannot use $N in the substitution string! HTTP status code. details ... + + END + Stop the rewriting process immediately and don't apply any + more rules. Also prevents further execution of rewrite rules + in per-directory and .htaccess context. (Available in 2.3.9 and later) + details ... + skip|S=num Tells the rewriting engine to skip the next num -- 2.47.2