diff options
author | thomascube <thomas@roundcube.net> | 2009-06-19 14:42:09 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-06-19 14:42:09 +0000 |
commit | 2f14293716edb59882eb6f16e1ad4b7fb79ce3da (patch) | |
tree | db7701f65840a1d5063e5be67a0bba77af51405d /.htaccess | |
parent | fb1e3b7b875081338ec233340a9527b506cba4ec (diff) |
Use filemtime for cache busting + better etag for static files
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ ExpiresActive On ExpiresDefault "access plus 1 month" </IfModule> -FileETag MTime +FileETag MTime Size Order deny,allow Allow from all |