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:
and in my case it worked..Code:RewriteEngine off
Bookmarks