From d7f49d64d3e2d808e5fb037faef53ff5a5510909 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 28 May 2009 20:19:02 +0000 Subject: Speedup UI by using CSS sprites and etags/expires/deflate for static files --- .htaccess | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 05a2ed7c2..98c5fecaf 100644 --- a/.htaccess +++ b/.htaccess @@ -28,6 +28,22 @@ php_value mbstring.func_overload 0 RewriteEngine On RewriteRule ^favicon.ico$ skins/default/images/favicon.ico - + + +SetOutputFilter DEFLATE + + + +# replace 'append' with 'merge' for Apache version 2.2.9 and later +Header append Cache-Control public env=!NO_CACHE + + + +ExpiresActive On +ExpiresDefault "access plus 1 month" + + +FileETag MTime + Order deny,allow Allow from all -- cgit v1.2.3