Closed (fixed)
Project:
URL Icon
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Oct 2007 at 10:06 UTC
Updated:
1 Oct 2007 at 13:40 UTC
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
Comment #1
sanduhrsDo you have a URL where I can see it?
It's working for me in IE6/7 without any problems!
Comment #2
grienauerIt 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).
Comment #3
jack13 commentedAt 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.