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/09/01 09:04:07 UTC

svn commit: r1379703 - /httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml

Author: humbedooh
Date: Sat Sep  1 07:04:07 2012
New Revision: 1379703

URL: http://svn.apache.org/viewvc?rev=1379703&view=rev
Log:
backport r1379311: Add a notion that, for a skip flag to be used, the rewrite rule has to first match (as per comment #211 on site)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml?rev=1379703&r1=1379702&r2=1379703&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml Sat Sep  1 07:04:07 2012
@@ -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>