Hello,

do you know ways on how to disable inheriting rules from parent .htaccess file into subdirectory?
Meaning subdirectory has same rules as a root directory in which is .htaccess setting these rules.

So how to disable inheriting rules into subdirectory?

Someone recommended add this into subdirectory .htaccess file:

Code:
RewriteEngine off
and in my case it worked..