View file .htaccess
#Задаем кодировку UTF-8 AddDefaultCharset utf-8 #Индексная страница DirectoryIndex index.html index.php #Принудительно сохранение файла вместо открытия AddType application/octet-stream .doc .mov .avi .pdf .xls .mp4 #Включение ошибок на время отладки php_flag display_errors on #Усиливаем кеширование FileETag MTime Size <ifmodule mod_expires.c> <filesmatch ".(jpg|gif|png|css|js)$"> ExpiresActive on ExpiresDefault "access plus 1 year" </filesmatch> </ifmodule>