网站图标未正确显示

发布于 2024-10-07 22:43:37 字数 257 浏览 2 评论 0原文

我的根目录中有一个 favicon.ico。我的链接是这样的:

<link rel="shortcut icon" href="/favicon.ico">

我办公室里的一些人可以看到它,而另一些人则看不到。当我重命名文件和链接路径时,我获得 100% 成功。当我将其改回 favicon.ico 时,有些人可以看到它,有些人则看不到。这是完全不可预测的。

网站图标有什么独特之处会导致它无法正常工作吗?

I have a favicon.ico located in my root. I have linked like this:

<link rel="shortcut icon" href="/favicon.ico">

Some people in my office can see it any some people can't. When I rename the file and the link path I get 100% success. When I change it back to favicon.ico some people see it and some people don't. It is totally unpredictable.

Is there anything unique to favicon's that would make this not work correctly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

-黛色若梦 2024-10-14 22:43:37

根据我的经验,您需要这两个定义。

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

In my experience you need both of this definitions.

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
苏佲洛 2024-10-14 22:43:37

有:

<link rel="shortcut icon" href="favicon.ico">

有效吗?

Does:

<link rel="shortcut icon" href="favicon.ico">

Work?

腹黑女流氓 2024-10-14 22:43:37

我使用默认站点没有任何问题。
相反,我在同一网站上的链接上遇到了问题。
网站图标未显示在链接

上当我尝试在浏览器开发人员中访问网站图标时,它显示了
没有权限。

我更改了服务器上的权限并且它对链接有效。

I had no problem with the default site.
I instead had problems with links on the same site.
The favicon did not show up on links

When I tried to access the favicon in the browser developer it showed
permission denied.

I changed the permissions on the server and it worked on links.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文