You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/10 18:02:00 UTC

svn commit: r1311806 - /httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Author: humbedooh
Date: Tue Apr 10 16:02:00 2012
New Revision: 1311806

URL: http://svn.apache.org/viewvc?rev=1311806&view=rev
Log:
Describe the syntax of the [S] flag.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=1311806&r1=1311805&r2=1311806&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Tue Apr 10 16:02:00 2012
@@ -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 />