]> granicus.if.org Git - apache/commitdiff
Merge r1311806 from trunk:
authorDaniel Gruno <humbedooh@apache.org>
Tue, 10 Apr 2012 16:04:21 +0000 (16:04 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 10 Apr 2012 16:04:21 +0000 (16:04 +0000)
Describe the syntax of the [S] flag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1311809 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index a553408574fb8ce09f6b0ef63c1f81f8a30d32bb..a2f1f9d54ef7799ed90bc3ee06bec681cfd3d7e6 100644 (file)
@@ -639,11 +639,12 @@ URI in request' warnings.
 </section>
 
 <section id="flag_s"><title>S|skip</title>
-<p>The [S] flag is used to skip rules that you don't want to run. 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>
+<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> 
+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>
 
 <example>
 # Is the request for a non-existent file?<br />