diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-10-06 00:05:01 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-10-06 00:05:01 +0200 |
commit | 221ebf873dc1578b977f955ce2a159f29f57c900 (patch) | |
tree | 11ccb625656363aef77ab49d88d0e5971ead762b /docs/manual/rewrite/flags.html.en | |
parent | Also note that RewriteCond directives have to match for the skip flag to work. (diff) | |
download | apache2-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.en | 10 |
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# 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# 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# 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? |