favicon不会在chrome中显示,但会在IE,Firefox等其他浏览器中显示
问题描述:
我有html:
<link rel="shortcut icon" href="/images/favicon_muse_me.ico">
在我的网站Muse Me上( http://www.musememobile.com )如果我使用Chrome打开图标,该图标将不会显示.它会显示在其他浏览器中.
on my website Muse Me (http://www.musememobile.com) The favicon won't show up if I open it with Chrome. It shows up in other Browsers.
该图标在Chrome上出现过,但后来我对其进行了更改.
The favicon showed up before in Chrome but then I changed it.
我应该怎么做才能使其在Chrome中显示?
What should I do to make it show up in Chrome?
答
将ICO文件作为"favicon.ico"添加到根目录.
Add the ICO file to the root directory as 'favicon.ico'.