From 0ac1d3f4f4a2b5c3dee41bfc8f4da91aa84f3996 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet Like InheritBeforeInherit above, but the rules from the parent scope
- are applied before rules specified in the child scope.
+ are applied before rules specified in the child scope.
Available in Apache HTTP Server 2.3.10 and later.RewriteOptions Inherit in all child
configurations. See the Inherit option for more details
- on how the parent-child relationships are handled. Available in Apache
- HTTP Server 2.4.8 and later.
InheritDownBeforeLike InheritDown above, but the rules from the current
scope are applied before rules specified in any child's
- scope. Available in Apache HTTP Server 2.4.8 and later.
IgnoreInheritThis option forces the current and child configurations to ignore
all rules that would be inherited from a parent specifying
- InheritDown or InheritDownBefore. Available
- in Apache HTTP Server 2.4.8 and later.
InheritDown or InheritDownBefore.AllowNoSlashAllowNoSlash option can be enabled to ensure
that rewrite rules are no longer ignored. This option makes it possible to
apply rewrite rules within .htaccess files that match the directory without
- a trailing slash, if so desired. Available in Apache HTTP Server 2.4.0 and
- later.
+ a trailing slash, if so desired.AllowAnyURIAllowAnyURI option can be enabled, and