Need to remove Oracle Favicon

喜你入骨 提交于 2019-12-24 00:06:59

问题


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


回答1:


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.




回答2:


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.

And restart the instance! :)



来源:https://stackoverflow.com/questions/9257066/need-to-remove-oracle-favicon

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