diff --git a/.htaccess b/.htaccess
index 83d9799..29ed68b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,6 @@
AddType application/x-web-app-manifest+json .webapp
+Addtype font/truetype .ttf
+
ExpiresActive On
ExpiresByType application/javascript "access plus 1 week"
@@ -6,11 +8,16 @@ AddType application/x-web-app-manifest+json .webapp
ExpiresByType image/png "access plus 1 week"
ExpiresByType image/jpeg "access plus 1 week"
ExpiresByType image/svg+xml "access plus 1 week"
+ ExpiresByType font/truetype "access plus 1 week"
+
FileETag None
+
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
Redirect permanent /api.php /video
Redirect permanent /extractors.php /extractors
+
+AddOutputFilterByType DEFLATE text/css text/html application/javascript
diff --git a/templates/footer.tpl b/templates/footer.tpl
index ae9c9be..41347f5 100644
--- a/templates/footer.tpl
+++ b/templates/footer.tpl
@@ -17,5 +17,6 @@
·
+