Internet Explorer 6 and 7 can not display .ico files in the browser window.
So if you include the module in your Drupal site and an IE User looks at it, he only see an empty img box instead of the .ico file!

Comments

sanduhrs’s picture

Do you have a URL where I can see it?
It's working for me in IE6/7 without any problems!

grienauer’s picture

Status: Active » Closed (fixed)

It was a problem at our webhoster which returned us the wrong Content-Type (text/plain) on *.ico files.
IE display it only if Content-Type is set to (image/x-icon).

jack13’s picture

At last a solution for Apache when mod_mime is enabled (you may see this in phpinfo() - output).
Add "AddType image/x-icon .ico" to .htaccess and everything is fine.