After study the behavior of Apache rewrite implementation, it is the correct behavior.
If you put only "RewriteEngine On" in a .htaccess without any rewrite rules or "RewriteOptions inherit", Apache will not look for other rewrite rules in parent directories.
Tested it on Apache 2.2 .
So, we...