Contents
- Introduction
- Installation
- Working with ISAPI_Rewrite
- ISAPI_Rewrite directives
- Examples
- Troubleshooting
- Release notes
RewriteOptions directive
Description: | Specify special options |
Syntax: | RewriteOptions Options |
Context: | server config, virtual host, directory, .htaccess |
This directive can set special options for ISAPI_Rewrite. Currently only one option is available - inherit.
inherit: Forces current config to inherit all options and rules
from the parent. This means that all rules from the parent config will be executed
again but from the context as if they were written in the current config.