Hi,
I have some link in the header includes that has the following:
<link rel="shortcut icon" href="/global/images/common/favicon.ico" type="image/x-icon"/>
FF, Chrome, Opera seems to work fine and show the favicon when the html page is generated. IE does not show the favicon image, just the generic IE icon.
Searching through the web, it says that you need the fully qualified domain.
So tried changing the line to:
<link rel="shortcut icon" href="http://www.****.com/global/images/common/favicon.ico" type="image/x-icon"/>
Still same issue. Works in all browsers but IE.
When I go to
http://www.****.com/global/images/common/favicon.ico, I do see the icon.
Also tried to put the favicon.ico file at the same level as the workarea, but that is still the same issue.
Anybody else ran into this issue?
Thanks,