Is the Expiration Time function the same as an Expires Header?
-
Hi
I’ve just discovered this plugin after being burnt with a few other cache plugins. I am enjoying the clear explanations and it certainly seems to be doing the job.
I have previously added the following expires header code to my .htaccess file:
<IfModule mod_expires.c> # Enable expirations ExpiresActive On # Default directive ExpiresDefault "access plus 1 week" # My favicon ExpiresByType image/x-icon "access plus 1 month" # Images ExpiresByType image/gif "access plus 1 week" ExpiresByType image/png "access plus 1 week" ExpiresByType image/jpg "access plus 1 week" ExpiresByType image/jpeg "access plus 1 week" # CSS ExpiresByType text/css "access 1 week" # Javascript ExpiresByType application/javascript "access plus 1 month" </IfModule>
Should I still keep it or can I remove it now that ZenCache deals with Expiration Time? I.e. does Expiration Time do the same job as the expires header?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Is the Expiration Time function the same as an Expires Header?’ is closed to new replies.