From 2f14293716edb59882eb6f16e1ad4b7fb79ce3da Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 19 Jun 2009 14:42:09 +0000 Subject: Use filemtime for cache busting + better etag for static files --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index a30369db8..9b8063d4a 100644 --- a/.htaccess +++ b/.htaccess @@ -43,7 +43,7 @@ ExpiresActive On ExpiresDefault "access plus 1 month" -FileETag MTime +FileETag MTime Size Order deny,allow Allow from all -- cgit v1.2.3