I have a small issue on my server.
Javascript *.js files in a certain folder don't update.
I mean, files update but in the browser, I see the old version.
I have installed a new browser on my computer but I still see the old version of the file.
If I open the file via vi or FileZilla I see the new version.
What can cause this? How can I Disable server cache?
/Update/
If I create a new file I see the file content but if I update the content of the file, I don't see the updated data and still see the old version.
If I change the content of the file and I move it to another folder I will see the new data.
If I take the file with the new content and put it back where it initially was I see the old file content in the browser.
The server I have I Apache/2.4.6 (CentOS).
I don't have a caching layer between the server and the data.
I add this screenshot of the folder and the files.
maybe it helps...
/etc/httpd.confand the files in/etc/httpd/conf.d/*. There is likely some setting which is caching the js files. This page may also help httpd.apache.org/docs/2.4/caching.html/etc/httpd/conf.dfolder and that's it