How to disallow browsers to cache my wwb page?
Posted: Wed Dec 18, 2019 6:05 am
I have a lot of changes on my php page everyday and users see incorrect styles .The cached page doesn't look correct.
I tryed to switch off caching by this way:
(in the head of the page)
<meta http-equiv="Cache-Control" content="no-cache">
But its not work. Browsers still use cache.
How to totally swith off cache ?
I tryed to switch off caching by this way:
(in the head of the page)
<meta http-equiv="Cache-Control" content="no-cache">
But its not work. Browsers still use cache.
How to totally swith off cache ?