diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-19 14:42:09 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-19 14:42:09 +0000 |
| commit | 506472ea50ea73cdcc98286b510aa52c6bc2ecc5 (patch) | |
| tree | 1aae7f801e84610c6adbc885f3ea0c8e9b180f94 /roundcubemail/.htaccess | |
| parent | db6df93ddada7e2e4cd21894a3d5e7fad0d50772 (diff) | |
Use filemtime for cache busting + better etag for static files
git-svn-id: https://svn.roundcube.net/trunk@2654 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/.htaccess')
| -rw-r--r-- | roundcubemail/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index a30369db8..9b8063d4a 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -43,7 +43,7 @@ ExpiresActive On ExpiresDefault "access plus 1 month" </IfModule> -FileETag MTime +FileETag MTime Size Order deny,allow Allow from all |
