Files are not changing when I update them via FTP

隐身守侯 提交于 2019-12-06 04:06:26

Squid and other web accelerators often sit between a hosted server and your browser. Although they are supposed to invalidate their caches when the backing file changes, that information isn't always sent to specification or acted on properly.

Indeed, there can be multiple caches between you and the server each of which has a chance of hanging onto old data.

First, use Firebug or "Inspect Element" in chrome. Verify that the css file that the browser is loading the file you think is should load.

Good luck.

Browsers can cache things, did you try SHIFT-F5 on your webpage to force a reload of everything?

Maybe the main server has cached configuration setup to other servers, check with your IT department. If this is the case, you need to tell them to invalidate the cache through all the cached servers.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!