I think it’s because of Leverage Browser Caching. Wp Super Cache add “max-age=3600, must-revalidate” to headers. Then my Leverage Browser Caching code in .htaccess add max-age to headers. Currently second one shows ExpiresByType text/html “access 1 hour”. When I delete it then it shows ExpiresDefault “access 2 days” (I guess). So what should I do about it? Normally, WP Super Cache and Leverage Browser Caching using both of them should be okay, right? Maybe delete “IFModule” from Leverage Browser Caching code or just live with that? Or is there any solution? I’m not expert guy and I’m quite lost.
-
This reply was modified 6 years, 8 months ago by supvalravn.