diff --git a/public/.htaccess b/public/.htaccess
index 903f6392ca410eceab8338afb27da72e985b3cc0..a6b9f702ce31f8daefcef4953aa58d2ca59d48fb 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,4 +1,11 @@
 <IfModule mod_rewrite.c>
+    FileETag None
+    <ifModule mod_headers.c>
+        Header unset ETag
+        Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
+        Header set Pragma "no-cache"
+        Header set Expires "Mon, 1 Jan 2010 01:00:00 GMT"
+    </ifModule>
     <IfModule mod_negotiation.c>
         Options -MultiViews
     </IfModule>