1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

В .htaccess добавлена проверка на доступность модуля headers_module

This commit is contained in:
Denis Shakhov 2014-07-17 14:37:44 +07:00
parent 0b5b8b432c
commit 620f165592

View file

@ -1,4 +1,6 @@
Header set X-UA-Compatible "IE=Edge,chrome=1"
<IfModule headers_module>
Header set X-UA-Compatible "IE=Edge,chrome=1"
</IfModule>
AddDefaultCharset UTF-8
Options -Indexes