diff options
Diffstat (limited to 'htaccess_dist')
-rw-r--r-- | htaccess_dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/htaccess_dist b/htaccess_dist index 75c3d4f04..2d6852956 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -80,6 +80,11 @@ DirectoryIndex index.php BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
+# Configure ETags
+<FilesMatch "\.(jpg|jpeg|gif|png|mp3|flv|mov|avi|3pg|html|htm|swf)$">
+ FileETag MTime Size
+</FilesMatch>
+
<IfModule mod_rewrite.c>
RewriteEngine on
|