I have an apache tomcat server integrated with mod_jk. I created .htaccess files in directories that I want to limit. but the problem is that .htaccess works in apache served directories, but not in directories served by tomcat.
The root of the Apache document is / var / ww / html. I created a test directory under it and its performance.
But in / usr / local / src / apache -tomcat-6.0.35 / webapps / examples I created .htaccess and did not work.
What could be the reason?
source share