Closed Bug 278995 Opened 21 years ago Closed 21 years ago

fix mime type of .ico files on update

Categories

(mozilla.org Graveyard :: Server Operations, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: annevk, Assigned: justdave)

References

()

Details

I guess adding the following line in httpd.conf will do the trick: AddType image/png .ico
Added ico to PNG mime type in /etc/mime.types on iguana.
Fast fix ever?
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Why not add this as an AddType directive in the virtualhost block? That way it'll survive moving the domain name to a different server at some point in the future.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
.ico is supposed to be a Windows icon file anyway. The fact that people throw pngs in it and most browsers still work with it is just a bonus. :) Was something not working with it, or did you only want that so you could view it manually?
Well, it was showing up as text/plain. Dunno why it wasn't served as an icon in the first place.
(In reply to comment #4) > Was something not working with it, or did you only want that so you could view > it manually? There is a chance that this might be it. I tried to see if there already was a /favicon.ico and there was one, only served up as text/plain. (No request for download by the way as with the favicon file on mozilla.org although that one seems to be served up as text/plain as well.)
Priority: -- → P2
Done.
Status: REOPENED → RESOLVED
Closed: 21 years ago21 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.