Browse Source

escape . in htaccess regex for CSS and JS HTTP headers

remotes/origin/fix-10825
Morris Jobke 11 years ago
parent
commit
e97219cf75
  1. 2
      .htaccess

2
.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>
Loading…
Cancel
Save