mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-16 00:45:27 +02:00
Making the .ico MIME type consistent with actual web practice.
git-svn-id: file:///home/jj/hercules.svn/trunk@3465 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -49,7 +49,11 @@ static MIMETAB mime_types[] = {
|
||||
{ "css", "text/css" },
|
||||
{ "html", "text/html" },
|
||||
{ "htm", "text/html" },
|
||||
/* This one should be:
|
||||
{ "ico", "image/vnd.microsoft.icon" },
|
||||
but Apache 2 sets it as: */
|
||||
{ "ico", "image/x-icon" },
|
||||
/* so we'll go with what's actually in use. --JRM */
|
||||
{ NULL, NULL } }; /* Default suffix entry */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user