I have a query in working with Java that are easily maintained in PHP through .htaccess file such as:
My main problem behind it is How can I explicitly allow/disallow caching of different files types differently in java ? which I can easily do in PHP with few line of code in .htaccess
I am currently using JDK 7, Apache Tomcat 7.0.22 with NetBeans 7.1 IDE on Windows 7.
I have a query in working with Java that are easily maintained in PHP
Share
.htaccessis actually read by your webserver, in this case apache. You should be looking at what your web server supports. Perhaps, you can post what server you are using and someone can make a suggestion