]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a notion that, for a skip flag to be used, the rewrite rule has to first match...
authorDaniel Gruno <humbedooh@apache.org>
Fri, 31 Aug 2012 06:36:24 +0000 (06:36 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 31 Aug 2012 06:36:24 +0000 (06:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1379311 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 5975f8de667dd58c296371af379bc95355180c2a..ec37f5c35f51534754dc95eb70bcd7f1a0c676a3 100644 (file)
@@ -628,7 +628,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>