Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant MIME types #4

Closed
alrra opened this issue Sep 29, 2013 · 0 comments
Closed

Remove redundant MIME types #4

alrra opened this issue Sep 29, 2013 · 0 comments

Comments

@alrra
Copy link
Member

alrra commented Sep 29, 2013

The following filename extension to content type mappings specified in the .htaccess, are already provided by Apache v2.2.0+ (Apache 2.2.0 being released December 1, 2005).

MIME Type Extension Apache version since introduced
image/svg+xml svg v2.0.x
application/x-shockwave-flash swf < v2.0.0
image/x-icon ico v2.0.x

Note: This project only supports Apache v2.2.0+, older version not being recommended anymore!

@alrra alrra closed this as completed in b6a0153 Sep 29, 2013
alrra added a commit that referenced this issue Sep 30, 2013
Remove filename extension to content type mappings that are already
provided by Apache v2.2.0+:

+---------------------------------+-------------+---------------------+
|         MIME Type               |   Filename  |    Apache version   |
|                                 |  extension  |   since introduced  |
+---------------------------------+-------------+---------------------+
| application/x-shockwave-flash   |      swf    |      < v2.0.x       |
| image/svg+xml                   |      svg    |        v2.0.x       |
| image/x-icon                    |      ico    |        v2.0.x       |
+---------------------------------+-----------------------------------+

Close #4.
alrra referenced this issue in h5bp/html5-boilerplate May 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant