]> granicus.if.org Git - apache/commitdiff
Describe the syntax of the [S] flag.
authorDaniel Gruno <humbedooh@apache.org>
Tue, 10 Apr 2012 16:02:00 +0000 (16:02 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 10 Apr 2012 16:02:00 +0000 (16:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311806 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 18b6ff156a110fa4c403ae84f91f2d29b1196acc..9d846f503fb76034c05f7d6e7a1f0bbe56f29748 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 />