class management refact
[brisk.git] / web / .htaccess
index 1bf45b3..856a4e6 100644 (file)
@@ -1,7 +1,12 @@
 <FilesMatch "\.(js|css)$">
 header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
+<FilesMatch "\.php$">
+header append Pragma "no-cache"
+header append Expires "-1"
+</FilesMatch>
 ExpiresActive On
 ExpiresByType image/jpg "access plus 4 days"
 ExpiresByType image/png "access plus 4 days"
+ExpiresByType image/mp3 "access plus 4 days"