Disable expires
-
I changed my cache control header using the WPSC_CACHE_CONTROL_HEADER variable. This worked. However, there is still an expires header that uses the old 3 second value. I see it in my supercache htaccess block here:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html A3
</IfModule>Is there another variable that I can use to get rid of that.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable expires’ is closed to new replies.