From 21017bfa5016ac33bb115dece9c465990086e813 Mon Sep 17 00:00:00 2001 From: tvld Date: Wed, 17 Aug 2011 16:54:56 +0300 Subject: My very first attempt to contribute... http://trac.elgg.org/ticket/3601 For optimal speed, Firebug's Yslow complained that the js and ico files did not have an Etag. --- htaccess_dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'htaccess_dist') diff --git a/htaccess_dist b/htaccess_dist index 3acdd2a32..bf163c69e 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -76,10 +76,13 @@ DirectoryIndex index.php # Configure ETags - + FileETag MTime Size +# Add Proper MIME-Type for Favicon to allow expires to work +AddType image/vnd.microsoft.icon .ico + RewriteEngine on -- cgit v1.2.3