RewriteOptions
RewriteOptions Option
Default: None
Server config, virtual host, directory, .htaccess
The RewriteOptions
directive sets some special
options for the current per-server or per-directory configuration.
Currently, there is only one Option
:
inherit
This forces the current configuration to inherit the configuration of the parent. In per-virtual-server context this means that the maps, conditions, and rules of the main server are inherited. In per-directory context this means that conditions and rules of the parent directory’s .htaccess configuration are inherited.