Micronovae
Home Products Downloads Purchase Support Company
Overview Documentation    Quick overview    Rewrite directives    Support directives       AllowOverride       ErrorLog       DocumentRoot       ServerAdmin    Control center    Apache compatibility Download Purchase FAQ
 
IIS Mod-Rewrite
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.