cant update css on server. showing max-age=14400.how to overwrite disable htaccess

668 Views Asked by At

here is my htaccess code

Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0

and what i see on browser even clearing browser history

enter image description here

0

There are 0 best solutions below