escape . in htaccess regex for CSS and JS HTTP headers
This commit is contained in:
parent
f2e759b533
commit
e97219cf75
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Options -Indexes
|
||||||
ModPagespeed Off
|
ModPagespeed Off
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
<FilesMatch ".(css|js)$">
|
<FilesMatch "\.(css|js)$">
|
||||||
Header set Cache-Control "max-age=7200, public"
|
Header set Cache-Control "max-age=7200, public"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
Loading…
Reference in a new issue