vote up 4 vote down star

If I configure Apache to serve /favicon.ico as MIME type image/vnd.microsoft.icon, instead of image/x-icon, will it break on any browsers? Wikipedia's favicon article indicates that image/vnd.microsoft.icon is the "correct" mime type, but that doesn't help if it means some users won't see it.

I need to support IE6+, as well as modern browsers (FF/Chrome/Opera/Safari).

flag

2 Answers

vote up 2 vote down check

If you are able to set up a website serving the favicon you could use something like http://browsershots.org to test compatibility with a wide range of browsers. It takes a screenshot of the whole browser window, including the displayed favicon.

link|flag
good idea, i'll try that – Kip Sep 18 at 18:32
There were a few browsers (I think IE6 included) that didn't like image/vnd.microsoft.icon, but everything was OK with image/x-icon, so I'm going to stick with that for a while. Thanks for the suggestion. Sorry I forgot to come back and accept this answer... :-/ – Kip Oct 29 at 3:06
vote up 1 vote down

Google serve /favicon.ico as image/x-icon, and I'd guess they know what they're talking about (or at least, what's compatible).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.