From: Daniel Gruno 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 (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.
+RewriteCond
directives match). 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? diff --git a/docs/manual/rewrite/flags.xml.fr b/docs/manual/rewrite/flags.xml.fr index 3c52efc6e83..9f8d3077bef 100644 --- a/docs/manual/rewrite/flags.xml.fr +++ b/docs/manual/rewrite/flags.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/rewrite/flags.xml.meta b/docs/manual/rewrite/flags.xml.meta index 912229af035..e4f3ee6f495 100644 --- a/docs/manual/rewrite/flags.xml.meta +++ b/docs/manual/rewrite/flags.xml.meta @@ -8,6 +8,6 @@en -fr +fr