Mod Pagespeed and Autoptimise
-
I just fixed this but if anyone has the same issues. I installed Google’s mod_pagespeed onto my apache server which made my site blisteringly fast. But I started to get 403 errors on all things cached by Autoptimise.
There is a conflict between the caching rules of Pagemod and Autoptimise but you can fix it by adding the following to your .htaccess file.
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedDisallow “*/wp-includes/*”
ModPagespeedDisallow “*/wp-content/*”
</IfModule>Full disclosure I also use Cache Enabler.
- The topic ‘Mod Pagespeed and Autoptimise’ is closed to new replies.