Closed
Bug 278995
Opened 20 years ago
Closed 20 years ago
fix mime type of .ico files on update
Categories
(mozilla.org Graveyard :: Server Operations, task, P2)
mozilla.org Graveyard
Server Operations
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
Comment 1•20 years ago
|
||
Added ico to PNG mime type in /etc/mime.types on iguana.
| Reporter | ||
Comment 2•20 years ago
|
||
Fast fix ever?
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•20 years ago
|
||
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 → ---
| Assignee | ||
Comment 4•20 years ago
|
||
.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.
| Reporter | ||
Comment 6•20 years ago
|
||
(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.)
| Assignee | ||
Updated•20 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 7•20 years ago
|
||
Done.
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•