Главная
Сервисы
Аккаунт
Почта
Статистика и лог файлы
Файлы
Домены
Базы данных
Безопасность
Веб приложения и модули языков
Дополнительные инструменты
Дополнительные инструменты ::Mime типы

MIME типы определяют, как файлы с определенным расширением будут обрабатываться в браузере. К примеру, mime тип text/html type на большинстве серверов установлен для расширений .htm, .html, и .shtml что позволяет браузеру понимать эти расширения как HTML файлы. Вы можете изменить текущие или создать новые mime типы специально для вашего сайта (обратите внимание, что вы не можете изменять или удалять системные mime типы). MIME типы обновляются довольно при появлении новых технологий. Когда на свет появилась WAP технология, расширения для нее появились очень быстро. Однако, с mime типами, вы можете никого не ждать и начать использовать новые технологии как только они появляются.

Создать MIME тип




Примечание
MIME расширения чувствительны к регистру.


Пользовательские Mime типы

Mime тип Расширение(я) Remove
Нет пользовательских Mime тип.


Системные Mime типы

Mime тип Расширение(я)
application/andrew-insetez
application/atom+xmlatom
application/cgicgi
application/mac-binhex40hqx
application/mac-compactprocpt
application/mathml+xmlmathml
application/msworddoc
application/octet-streambin dms lha lzh exe class so dll dmg iso
application/odaoda
application/oggogg
application/pdfpdf
application/perlpl plx ppl perl pm
application/postscriptai eps ps
application/rdf+xmlrdf
application/rubyrb
application/smilsmi smil
application/srgsgram
application/srgs+xmlgrxml
application/vnd.mifmif
application/vnd.mozilla.xul+xmlxul
application/vnd.ms-excelxls
application/vnd.ms-powerpointppt
application/vnd.rn-realmediarm
application/vnd.wap.wbxmlwbxml
application/vnd.wap.wmlc.wmlc wmlc
application/vnd.wap.wmlscriptc.wmlsc wmlsc
application/voicexml+xmlvxml
application/x-bcpiobcpio
application/x-cdlinkvcd
application/x-chess-pgnpgn
application/x-compress.Z
application/x-cpiocpio
application/x-cshcsh
application/x-directordcr dir dxr
application/x-dvidvi
application/x-futuresplashspl
application/x-gtargtar
application/x-gzip.gz .tgz
application/x-hdfhdf
application/x-httpd-phpphp php3 php4 php5 php6
application/x-httpd-php-sourcephps
application/x-imgimg
application/x-javascriptjs
application/x-koanskp skd skt skm
application/x-latexlatex
application/x-netcdfnc cdf
application/x-pkcs7-crl.crl
application/x-shsh
application/x-sharshar
application/x-shockwave-flashswf
application/x-stuffitsit
application/x-sv4cpiosv4cpio
application/x-sv4crcsv4crc
application/x-tar.tgz tar
application/x-tcltcl
application/x-textex
application/x-texinfotexinfo texi
application/x-trofft tr roff
application/x-troff-manman
application/x-troff-meme
application/x-troff-msms
application/x-ustarustar
application/x-wais-sourcesrc
application/x-x509-ca-cert.crt
application/xhtml+xmlxhtml xht
application/xmlxml xsl
application/xml-dtddtd
application/xslt+xmlxslt
application/zipzip
audio/basicau snd
audio/midimid midi kar
audio/mp4a-latm m4p m4a mp4
audio/mpegmpga mp2 mp3
audio/x-aiffaif aiff aifc
audio/x-mpegurlm3u
audio/x-ms-waxwax
audio/x-ms-wmawma
audio/x-pn-realaudioram ra
audio/x-wavwav
chemical/x-pdbpdb
chemical/x-xyzxyz
image/bmpbmp
image/cgmcgm
image/gifgif
image/iefief
image/jpegjpeg jpg jpe
image/pngpng
image/svg+xmlsvg
image/tifftiff tif
image/vnd.djvudjvu djv
image/vnd.wap.wbmp.wbmp wbmp
image/x-cmu-rasterras
image/x-iconico
image/x-portable-anymappnm
image/x-portable-bitmappbm
image/x-portable-graymappgm
image/x-portable-pixmapppm
image/x-rgbrgb
image/x-xbitmapxbm
image/x-xpixmapxpm
image/x-xwindowdumpxwd
model/igesigs iges
model/meshmsh mesh silo
model/vrmlwrl vrml
text/calendarics ifb
text/csscss
text/html.shtml html htm shtml
text/plainasc txt
text/richtextrtx
text/rtfrtf
text/sgmlsgml sgm
text/tab-separated-valuestsv
text/vbscriptvbs
text/vnd.wap.wml.wml wml
text/vnd.wap.wmlscript.wmls wmls
text/x-configcnf conf
text/x-loglog
text/x-registryreg
text/x-setextetx
text/x-sqlsql
video/mpegmpeg mpg mpe
video/quicktimeqt mov
video/vnd.mpegurlmxu m4u
video/x-msvideoavi
video/x-sgi-moviemovie
x-conference/x-cooltalkice
Mime Types Helps

What Are Mime Types?

MIME Types tell browsers how to handle specific file extensions. For example, the text/html MIME Types equates to .htm, .html, and .shtml extensions on most servers, telling your browser to interpret all files with those extensions as HTML files. You can alter or add new MIME Types specifically for your site (Note: You cannot alter the system defined MIME Types values). MIME Types are often used to handle new technologies as they appear.

Mime Types can be compared to file extensions on your computer operating system. File extensions tell the operating system how to handle the file and what to open, run or view the file with. However, in the case of Mime Types, it tells the web server that is hosting the file what type of file it is and what to use to open, run or view the file with. Sometimes within the users web browser or e-mail application.

Why Would I Add More Mime Types?

In some instances you may have a file that is not already recognized by the web server. This in turn would mean that the web server will not know how to serve this file to the user. This can result in unexpected behavior. Adding a file extension relationship to a Mime Type will identify that type of file to the web server and what the web server should use so that the user can open, run or view the file on the web server through the application (such as a web browser).

What Kind of Files Do We Mean?

Some examples of Mime Types once they are added are:

Mime Type File Extension(s)
image/jpeg jpeg jpg jpe
video/mpeg mpeg mpg mpe
audio/mpeg mpga mp2 mp3