Skip to content
Snippets Groups Projects
Commit e97219cf authored by Morris Jobke's avatar Morris Jobke
Browse files

escape . in htaccess regex for CSS and JS HTTP headers

parent f2e759b5
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment