: Why my http response headers showing browser caching not working? I've implemented browser caching on my Apache server site. Running Modpagespeed on it However when I see the http response headers
I've implemented browser caching on my Apache server site. Running Modpagespeed on it
However when I see the http response headers it shows following:
Cache-Control: max-age=0, no-cache
Does that indicate browser caching is off?
I have the following code in htccess. Modexpire module for apache is enabled
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType text/js "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresDefault "access 1 month"
<FilesMatch .php$>
ExpiresActive Off
</FilesMatch>
</IfModule>
More posts by @Gretchen104
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.