more robust sql scripts adding IF EXISTS to DROP TABLE statementes
[brisk.git] / web / .htaccess
index c0fbf3e..0eb7591 100644 (file)
@@ -1,7 +1,16 @@
 <FilesMatch "\.(js|css)$">
 header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
+<FilesMatch "\.php$">
+header append Pragma "no-cache"
+header append Expires "-1"
+php_value mbstring.http_input           "auto"
+php_value mbstring.internal_encoding    "UTF-8" 
+php_flag  mbstring.encoding_translation  On
+php_value mbstring.func_overload        "7"
+</FilesMatch>
 ExpiresActive On
-ExpiresByType image/jpg "access plus 2 days"
-ExpiresByType image/png "access plus 2 days"
+ExpiresByType image/jpg "access plus 4 days"
+ExpiresByType image/png "access plus 4 days"
+ExpiresByType image/mp3 "access plus 4 days"