Congifuring items cache expiration
-
W3 Total Cache adds items to my site’s .htaccess file.
I would like to change the values for those configurations, particularly the expiration times for items
<IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css A31536000 ExpiresByType text/x-component A31536000 ExpiresByType application/x-javascript A31536000 ExpiresByType application/javascript A31536000 ExpiresByType text/javascript A31536000 </IfModule>I can’t figure out where to do it or if it’s something that requires a pro version, in which case why was it added to a free version configuration?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Congifuring items cache expiration’ is closed to new replies.