
AllowOverride Directive
AllowOverride directive meaningful only in per-directory configurations and is supported only by IIS Mod-Rewrite Pro. It specifies whether the container per-directory configuration can be overidden or not.
Configuration context
- per-directory configurations
Syntax
AllowOverride None|All|Fileinfo
It requires only one argument. Specify None to deny overrides for the container per-directory configuration. Specify All, or FileInfo to allow overrides.
AllowOverride can be used only once within a configuration.
For more information about the default value of AllowOverride, see AllowOverride default value in IIS Mod-Rewrite Control Center.
|