]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport r1379311: Add a notion that, for a skip flag to be used, the rewrite rule...
authorDaniel Gruno <humbedooh@apache.org>
Sat, 1 Sep 2012 07:04:25 +0000 (07:04 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 1 Sep 2012 07:04:25 +0000 (07:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379704 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 479a976be6f9d3cd74a91f1d179eecde2fdb3e70..a0bfaae8c719f20f2a2892d29650bc5c47ea6a8b 100644 (file)
@@ -598,7 +598,8 @@ URI in request' warnings.
 <section id="flag_s"><title>S|skip</title>
 <p>The [S] flag is used to skip rules that you don't want to run. The 
 syntax of the skip flag is [S=<em>N</em>], where <em>N</em> signifies 
-the number of rules to skip. This can be thought of as a <code>goto</code> 
+the number of rules to skip (provided the <directive module="mod_rewrite">
+RewriteRule</directive> matches). This can be thought of as a <code>goto</code> 
 statement in your rewrite ruleset. In the following example, we only want 
 to run the <directive module="mod_rewrite">RewriteRule</directive> if the 
 requested URI doesn't correspond with an actual file.</p>