From 578cc74d2b23e823568f5bfc478340419679924c Mon Sep 17 00:00:00 2001 From: XProger Date: Tue, 13 Sep 2016 04:15:57 +0300 Subject: [PATCH] #15 fix HTML5 for IE --- src/web/.htaccess | 15 +++++++++++++++ src/web/index.html | 5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/web/.htaccess b/src/web/.htaccess index 5659c2d..850df1b 100644 --- a/src/web/.htaccess +++ b/src/web/.htaccess @@ -1,5 +1,20 @@ AddEncoding gzip .gz + + ForceType text/javascript + Header set Content-Encoding: gzip + + + + ForceType application/octet-stream + Header set Content-Encoding: gzip + + + + ForceType application/octet-stream + Header set Content-Encoding: gzip + + RewriteEngine on RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{REQUEST_FILENAME}.gz -f diff --git a/src/web/index.html b/src/web/index.html index 0a806ff..22a73a6 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -1,8 +1,9 @@ + - OpenLara + OpenLara Starting... -

+