I modified a stylesheet on my website called style.css, reloaded my page with Cache Killer to reload my stylesheet, and I continue to get the same stylesheet in my browser. What is going on?
We run a cache server on our free hosting servers to help speed up our free hosting users' websites, by caching static files. Though this is very useful for helping load speeds, it can delay updates to static files.
Fortunately, you should be able to disable this feature by using this line:
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
Please could you add this line to your .htaccess file and let me know how it goes?
THANK YOU SO MUCH!
Today is a very big day for my website as I am completely renovating it, and I was worried my day would waste away waiting for files to update!
Very thankful for your assistance,
SteveLikeANinja