diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..4d7c95d --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,19 @@ + + + Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" + Header set Pragma "no-cache" + Header set Expires "0" + + + + Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" + Header set Pragma "no-cache" + Header set Expires "0" + + + + + ExpiresActive On + ExpiresByType text/html "access plus 0 seconds" + ExpiresByType application/javascript "access plus 0 seconds" +