diff options
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess index 10adb902ff5..eef4ead0179 100644 --- a/.htaccess +++ b/.htaccess @@ -41,7 +41,7 @@ Options -Indexes ModPagespeed Off </IfModule> <IfModule mod_headers.c> - <FilesMatch ".(css|js)$"> + <FilesMatch "\.(css|js)$"> Header set Cache-Control "max-age=7200, public" </FilesMatch> </IfModule> |