mime.types 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. types {
  2. text/html html htm shtml;
  3. text/css css;
  4. text/xml xml;
  5. image/gif gif;
  6. image/jpeg jpeg jpg;
  7. application/javascript js;
  8. application/atom+xml atom;
  9. application/rss+xml rss;
  10. text/mathml mml;
  11. text/plain txt;
  12. text/vnd.sun.j2me.app-descriptor jad;
  13. text/vnd.wap.wml wml;
  14. text/x-component htc;
  15. image/png png;
  16. image/tiff tif tiff;
  17. image/vnd.wap.wbmp wbmp;
  18. image/x-icon ico;
  19. image/x-jng jng;
  20. image/x-ms-bmp bmp;
  21. image/svg+xml svg svgz;
  22. image/webp webp;
  23. application/font-woff woff;
  24. application/java-archive jar war ear;
  25. application/json json;
  26. application/mac-binhex40 hqx;
  27. application/msword doc;
  28. application/pdf pdf;
  29. application/postscript ps eps ai;
  30. application/rtf rtf;
  31. application/vnd.apple.mpegurl m3u8;
  32. application/vnd.ms-excel xls;
  33. application/vnd.ms-fontobject eot;
  34. application/vnd.ms-powerpoint ppt;
  35. application/vnd.wap.wmlc wmlc;
  36. application/vnd.google-earth.kml+xml kml;
  37. application/vnd.google-earth.kmz kmz;
  38. application/x-7z-compressed 7z;
  39. application/x-cocoa cco;
  40. application/x-java-archive-diff jardiff;
  41. application/x-java-jnlp-file jnlp;
  42. application/x-makeself run;
  43. application/x-perl pl pm;
  44. application/x-pilot prc pdb;
  45. application/x-rar-compressed rar;
  46. application/x-redhat-package-manager rpm;
  47. application/x-sea sea;
  48. application/x-shockwave-flash swf;
  49. application/x-stuffit sit;
  50. application/x-tcl tcl tk;
  51. application/x-x509-ca-cert der pem crt;
  52. application/x-xpinstall xpi;
  53. application/xhtml+xml xhtml;
  54. application/xspf+xml xspf;
  55. application/zip zip;
  56. application/octet-stream bin exe dll;
  57. application/octet-stream deb;
  58. application/octet-stream dmg;
  59. application/octet-stream iso img;
  60. application/octet-stream msi msp msm;
  61. application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
  62. application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
  63. application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
  64. audio/midi mid midi kar;
  65. audio/mpeg mp3;
  66. audio/ogg ogg;
  67. audio/x-m4a m4a;
  68. audio/x-realaudio ra;
  69. video/3gpp 3gpp 3gp;
  70. video/mp2t ts;
  71. video/mp4 mp4;
  72. video/mpeg mpeg mpg;
  73. video/quicktime mov;
  74. video/webm webm;
  75. video/x-flv flv;
  76. video/x-m4v m4v;
  77. video/x-mng mng;
  78. video/x-ms-asf asx asf;
  79. video/x-ms-wmv wmv;
  80. video/x-msvideo avi;
  81. }