diff --git a/public/.htaccess b/public/.htaccess
index d653d26201d3cceb52dd17744b4f0a2b8e37f9ef..069fac25d3e67e10dda84612e2b339793ce5d534 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,10 +1,10 @@
-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>
+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_rewrite.c>
     <IfModule mod_negotiation.c>
         Options -MultiViews