diff --git a/blog/.htaccess b/blog/.htaccess index 051717d..57ef4e1 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,4 +1,4 @@ ExpiresActive On -ExpiresDefault A1 +ExpiresDefault A0 Header unset Cache-Control -Header append Cache-Control must-revalidate \ No newline at end of file +Header append Cache-Control max-age=0 must-revalidate \ No newline at end of file