diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess index 7bf8759e383..277a9e38c63 100644 --- a/.htaccess +++ b/.htaccess @@ -23,7 +23,7 @@ <FilesMatch "\.(css|js|svg|gif)$"> Header set Cache-Control "max-age=15778463" </FilesMatch> - + # Let browsers cache WOFF files for a week <FilesMatch "\.woff$"> Header set Cache-Control "max-age=604800" @@ -77,4 +77,4 @@ AddDefaultCharset utf-8 Options -Indexes <IfModule pagespeed_module> ModPagespeed Off -</IfModule> +</IfModule>
\ No newline at end of file |