diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..04204ee --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,22 @@ +# DISABLE CACHING + + Header set Cache-Control "no-cache, no-store, must-revalidate" + Header set Pragma "no-cache" + Header set Expires 0 + + + + + ExpiresActive Off + + + FileETag None + Header unset ETag + Header unset Pragma + Header unset Cache-Control + Header unset Last-Modified + Header set Pragma "no-cache" + Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" + Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT" + +