From: Rich Bowen mod_infomod_info can now dump the pre-parsed configuration
to stdout during server startup.mod_rewritemod_rewrite adds the [QSD]
+ (Query String Discard) and [END] flags for
+ RewriteRule to
+ simplify common rewriting scenarios.mod_authz_coremod_authz_coreConteneurs de logique d'autorisationRequire et les directives de
conteneurs associées, comme <RequireAll>, permettent de définir une
logique d'autorisation avancée.mod_infomod_info est maintenant capable d'afficher la
+ configuration préinterprétée sur stdout au cours du démarrage du
+ serveur.[QSD]
(Query String Discard) and [END] flags for
CO|cookie
DPI|discardpathinfo
E|env
END
F|forbidden
G|gone
H|handlerUsing the [END] flag terminates not only the current round ot rewrite +processing (like [L]) but also prevents any subsequent rewrite +processing from occurring in per-directory (htaccess) context.
+ +This does not apply to new requests resulting from external +redirects.
+Using the [F] flag causes the server to return a 403 Forbidden status code to the client. While the same behavior can be accomplished using diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 14086ab03ec..c2d360cbfc6 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -258,7 +258,7 @@ an example, not as a recommendation.
Using the [END] flag terminates not only the current round ot rewrite processing (like [L]) but also prevents any subsequent rewrite -processing from occurring in per-directory (htaccess) context.
+processing from occurring in per-directory (htaccess) context.
This does not apply to new requests resulting from external redirects.