On our free hosting service, we run a cache server, which automatically caches static pages to help boost website speeds. Although this is very useful, it can be difficult when you want to make changes to these static files, as users will not see the change for several minutes. You can disable caching by putting the following line in your .htaccess file:
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"