htaccess - .htaccess in sub directory not inheriting .htaccess in root directory
I just had the same issue - I resolved it by using RewriteOptions InheritBefore
instead of just RewriteOptions Inherit
so the .htaccess file in the parent directory was processed before the one in the sub-directory