问题

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