]> granicus.if.org Git - apache/commitdiff
Rebuild
authorDaniel Gruno <humbedooh@apache.org>
Tue, 10 Apr 2012 16:02:12 +0000 (16:02 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 10 Apr 2012 16:02:12 +0000 (16:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311807 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en

index 6dc08a3fc3df7ec52341035a1a56dad12366afe5..40e5ebda1737a845e31dc7add3b9c668097a6fbc 100644 (file)
@@ -633,10 +633,12 @@ URI in request' warnings.
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="flag_s" id="flag_s">S|skip</a></h2>
-<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 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> 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 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> if the 
+requested URI doesn't correspond with an actual file.</p>
 
 <div class="example"><p><code>
 # Is the request for a non-existent file?<br />