added Pragma
[brisk.git] / web / .htaccess
1 <FilesMatch "\.(js|css)$">
2 header append Cache-Control "public, last-modified, must-revalidate"
3 </FilesMatch>
4 <FilesMatch "\.php$">
5 header append Pragma "no-cache"
6 header append Expires "-1"
7 </FilesMatch>
8 ExpiresActive On
9 ExpiresByType image/jpg "access plus 4 days"
10 ExpiresByType image/png "access plus 4 days"
11 ExpiresByType image/mp3 "access plus 4 days"
12