网站图标未显示在目录中

发布于 2024-11-15 17:39:59 字数 221 浏览 1 评论 0原文

我有一个目录,当您看到如下所示的目录索引时,需要显示我公司的图标:

在此处输入图像描述

如您所见,favicon.ico 位于该文件夹中,但托管该文件的公司的 favicon 显示在浏览器中。我在网上搜索答案但一无所获。我真的不知道如何做到这一点,而且我确信有办法......是apache吗?

I have a directory that needs to show my company's favicon when you see the directory index that looks like this:

enter image description here

as you can see, favicon.ico is in the folder, but the favicon of the company this is hosted with is displaying in the browser. I searched online for an answer but i found nothing. I really don't have any idea how to do this, and i'm sure there's a way... is it apache?

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

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

发布评论

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

评论(2

请叫√我孤独 2024-11-22 17:39:59

您需要在 Apache 配置中包含以下指令:

AddType image/x-icon .ico

就它显示在目录索引中而言,我不确定它是否有效,因为您通常需要添加这段 HTML 来通知浏览器:存在图标:

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

您也许可以修改 Apache 用于显示目录索引的模板,但我不知道它在哪里(或者即使可以修改,老实说)

You're going to need to have the following directive in your Apache config:

AddType image/x-icon .ico

As far as it showing up in the directory index, I'm not sure it will work because you normally need to add this bit of HTML to inform the browser that a favicon exists:

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

You may be able to modify the template used by Apache to display directory indexes, but I don't know where it is (or even if it's possible to modify, honestly)

在你怀里撒娇 2024-11-22 17:39:59

由于某些奇怪的原因,网站图标可能需要很长时间才能显示在浏览器中。我想说的是,在更改图标 24 到 48 小时后,您才真正应该担心。

For some odd reason, the favicon can take along time to show up in the browser. I would say you shouldn't really be concerned until 24 to 48 hours after you've changed the icon.

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