chat reset in user class
[brisk.git] / web / .htaccess
index 562f6bf..f6c3ba4 100644 (file)
@@ -1,3 +1,12 @@
 <FilesMatch "\.(js|css)$">
-header append Cache-Control "public, last-modified, must-revalidate"
+header append Cache-Control "public, no-store, 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"
+