summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/flags.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-10-06 00:05:01 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-10-06 00:05:01 +0200
commit221ebf873dc1578b977f955ce2a159f29f57c900 (patch)
tree11ccb625656363aef77ab49d88d0e5971ead762b /docs/manual/rewrite/flags.html.en
parentAlso note that RewriteCond directives have to match for the skip flag to work. (diff)
downloadapache2-221ebf873dc1578b977f955ce2a159f29f57c900.tar.xz
apache2-221ebf873dc1578b977f955ce2a159f29f57c900.zip
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1394838 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/flags.html.en')
-rw-r--r--docs/manual/rewrite/flags.html.en10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en
index d01b516d97..35be27d2ae 100644
--- a/docs/manual/rewrite/flags.html.en
+++ b/docs/manual/rewrite/flags.html.en
@@ -641,10 +641,12 @@ URI in request' warnings.
<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 (provided the <code class="directive"><a href="../mod/mod_rewrite.html#&#10;rewriterule">
-RewriteRule</a></code> 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 <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>
+RewriteRule</a></code> and any preceding <code class="directive"><a href="../mod/mod_rewrite.html#&#10;rewritecond">
+RewriteCond</a></code> directives match). 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#&#10;rewriterule">
+RewriteRule</a></code> if the requested URI doesn't correspond with an
+actual file.</p>
<pre class="prettyprint lang-config">
# Is the request for a non-existent file?