diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 5975f8de66..ec37f5c35f 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -628,7 +628,8 @@ URI in request' warnings.
S|skip

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 +the number of rules to skip (provided the +RewriteRule matches). 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.