Have to delete cache to view updated page

Status
Not open for further replies.

dlccsecu

New Member
Messages
4
Reaction score
0
Points
1
Having a problem where I am updating CSS to alter images and I can't view the updates for quite some time 15+ minutes. Even then I have to delete my cache before I can see the changes I have made to the images. I have checked on several PCs and the result is the same. I also looked at the CSS through x10s tool and the CSS is updating. I have never had this problem before with other services. What is going on here?
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
Hi,

Please add the following line to the .htaccess file in the folder which you store your CSS files:

Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
 
Status
Not open for further replies.
Top