From: Daniel Gruno Date: Tue, 10 Apr 2012 16:04:21 +0000 (+0000) Subject: Merge r1311806 from trunk: X-Git-Tag: 2.4.3~579 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=073c51064fc6944e2db2c51d3991377546120e01;p=apache Merge r1311806 from trunk: Describe the syntax of the [S] flag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1311809 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index a553408574..a2f1f9d54e 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -639,11 +639,12 @@ URI in request' warnings.
S|skip -

The [S] flag is used to skip rules that you don't want to run. This -can be thought of as a goto statement in your rewrite -ruleset. In the following example, we only want to run the RewriteRule if the requested URI -doesn't correspond with an actual file.

+

The [S] flag is used to skip rules that you don't want to run. The +syntax of the skip flag is [S=N], where N signifies +the number of rules to skip. This can be thought of as a goto +statement in your rewrite ruleset. In the following example, we only want +to run the RewriteRule if the +requested URI doesn't correspond with an actual file.

# Is the request for a non-existent file?