Why Apache does not update media files when I update them in my file system? (I use xampp on Windows to manage Apache) So when I update my php files I see changes immediately byt when I update media files like .swf’s it does note update them when I call them. Why, and how to solve such problem?
Share
This seem to be a issue of the browser cache and not of Apache web server.
See php header function. There is a section about caching. You also could use a .htaccess file for cache controll.