Apache Reference: mod_rewrite, RewriteOptions
RewriteOptions
Rewrite Engine Options
Syntax: RewriteOptions option [option ...]
Example: RewriteOptions inherit
Since: Apache 1.2
This directive offers some special options for the current per-server or per-directory configuration of mod_rewrite. Currently, only one option is implemented:
inherit. It forces the current configuration to inherit the configuration of the parent. In per-virtual-server context, this option means that the RewriteMap, RewriteCond, and RewriteRule of the main server are inherited. In per-directory context, it means that the RewriteCond and RewriteRule of the parent directory's.htaccessconfiguration are inherited.