File updating issue

Status
Not open for further replies.

chatter1

New Member
Messages
2
Reaction score
0
Points
1
Hello,
I am having an issue with CSS and I am 99% sure it is not on my end. The first time I created a css file it loaded the styles in the browser. But now as I even load the direct css file in the browser it will not update no matter if I save the changes through ftp or through your provided file manager. It is not a cache problem because I have flushed cache many times. The updated file even loads on ftp or your file manager, but not on the live end of the site. Never experienced this problem before hoping I could get a fix.
Thanks.
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
It is a cache issue, but the cache involved is at the server, not in your browser - so clearing your local (browser) cache won't have any effect. You can either wait out the cache (and stop trying to load your page in the meantime, since that's the same as telling the server that the page is "in high demand" and needs to be kept in cache), or you can add a cache-control header to your files via your .htaccess file (detailed in other threads on the front page of this forum).
 
Status
Not open for further replies.
Top