MIME типы
Автор: Евгений Рыжков Дата публикации:
Многие хостинг компании в курсе с какими типами файлов приходится работать веб разработчику и все типы файлов в настойках уже учтены. Если же, что-то забыли, то тебе помогут следующие директивы файла .htaccess.
# видео AddType video/ogg ogg ogv AddType video/mp4 mp4 AddType video/webm webm # SVG и корректная работа сжатого SVG AddType image/svg+xml svg svgz AddEncoding gzip svgz # веб-шрифты AddType application/vnd.ms-fontobject eot AddType font/truetype ttf AddType font/opentype otf AddType font/woff woff # другие форматы AddType image/vnd.microsoft.icon ico AddType image/webp webp AddType text/cache-manifest manifest AddType text/x-component htc AddType application/x-chrome-extension crx AddType application/x-xpinstall xpi AddType application/octet-stream safariextz AddType application/pdf .pdf
Материалы
- HTML5 Boilerplate