需要删除 Oracle Favicon

发布于 2025-01-05 11:46:20 字数 392 浏览 0 评论 0 原文

在此处输入图像描述

看来 Oracle 图标默认设置为我的 Web 服务器。

我知道如何更改 html 中的图标,如下所示:

但我需要在服务器端删除此设置(无默认图标)。我可以在哪里设置这个?

该网络服务器上运行着许多站点,因此我希望立即更改每个站点。

Web 服务器的操作系统是 AIX 5L V5.3iPlanet 7.0

enter image description here

It seems that Oracle favicon is set to my web server as default.

I know how to change favicon in html like this :

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

but I need to remove this setting(No default favicon) on server side. Where can I set this?

There are many sites running on this web server, so I want to make every sites changed at once.

The web server's OS is AIX 5L V5.3 and iPlanet 7.0

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

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

发布评论

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

评论(2

黑色毁心梦 2025-01-12 11:46:20

网站图标应该出现在

    $oracle_home\Apache\Apache\htdocs

您可以通过查看 HTML 和 HTML 的源代码来确认这一点。查看 引用的文件名。将网站图标移离该位置不应再出现网站图标。

The favicon should be present at

    $oracle_home\Apache\Apache\htdocs

You can confirm that by viewing source of the HTML & see what filename <link rel="shortcut icon" refers to. Moving the favicon away from that should not should the favicon anymore.

东京女 2025-01-12 11:46:20

它位于 iPlanet 设置中。

Configuration选项卡中选择一个站点(**注意,我在这里使用的每个术语在英语中可能不正确。我自己将韩语翻译成英语)。

然后转到常规> 高级搜索 > HTTP 设置

并查看是否选中了收藏夹图标。如果您不想显示 Oracle 图标,则不应选中它。
在此处输入图像描述

并重新启动实例! :)

It's in the iPlanet settings.

Select a site in Configuration tab(** Note that every terms I use in here may not be correct in English. I translated Koreans into English on my own).

Then go to General > Advanced search > HTTP setting.

And see if the Favorite icon is checked. It should be NOT checked, if you don't want to show the Oracle favicon.
enter image description here

And restart the instance! :)

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