I changed some core CMS icons on a remote server but despite the new icons being in the correct location with the correct file name when previewed the old icons are still being rendered which I assume is due to possible server caching (just a guess) or maybe a CMS cache, though I’ve tried flushing the CMS. Is there a way to force the server to clear it’s cache?
What kind of server is it: Shared, or VPS? If it’s a VPS, just restart it. That will invalidate all of the caches (which are memory-based).
The only other thing I can think of is to rename the files, but that touches a lot of different parts of the CMS framework, so I’d reserve that for elephant-hunting season.
Walter
On Jun 25, 2012, at 11:10 PM, Todd wrote:
I changed some core CMS icons on a remote server but despite the new icons being in the correct location with the correct file name when previewed the old icons are still being rendered which I assume is due to possible server caching (just a guess) or maybe a CMS cache, though I’ve tried flushing the CMS. Is there a way to force the server to clear it’s cache?