Favicon doesnt update

笑着哭i 提交于 2020-01-06 07:30:51

问题


I copied a new favicon to the server , but the old one shows up. Could another one have precedence even though this one is called in the head of the page?

<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />

The image is a sibling of the page.


回答1:


I always find browsers cache favicons fairly aggressively, so check this first.

Secondly, different browsers look for a favicon slightly differently. Explained at the bottom here: http://en.wikipedia.org/wiki/Favicon

Providing you have the favicon in your web root, you'll keep the majority happy.



来源:https://stackoverflow.com/questions/10934192/favicon-doesnt-update

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