diff --git a/.htaccess b/.htaccess index e69de29b..8672b19c 100644 --- a/.htaccess +++ b/.htaccess @@ -0,0 +1,10 @@ +#thx askapache.com + +FileETag None + +Header unset ETag +Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" +Header set Pragma "no-cache" +Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" + + \ No newline at end of file