RewriteOptions directive
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. |