In my root directory I have a htaccess file which is caching all sort of file types. However in one subdirectory I would like to disable php caching. There I have setup the same htaccess file as in the root with php caching set to 0, but it does not take effect.
Now, I have looked into numerous discussions, some say parent htaccess takes precedence, while other claim child htaccess does.
It seems to me the former is true. The question is which command can I use in child’s htaccess to override parent’s htaccess?
Tnx
There are no answers after a fair amount of time so I’m gonna close this question. For my case I applied a workaround solution.
After caching files like this:
I have disabled caching for certain files like this:
Maybe it will be of some use to somebody.