Server
cPanel 11.54 + CloudLinux 7
Oddly enough I had this working and for some reason now neither private or public cache are working well.
Enabling private and public cache in .htaccess has no effect and nothing shows in headers on a test wordpress site.
But if I create a phpinfo.php and put;
RewriteEngine On
RewriteRule phpinfo.php - [L, E=Cache-Control:max-age=600]
I do see in the headers that the page is being cached. Not sure where at the moment to check and see why this stopped working and how to get it going again. I see nothing regarding this in any of the logs. So a kick in the right direction would be appreciated
cPanel 11.54 + CloudLinux 7
Oddly enough I had this working and for some reason now neither private or public cache are working well.
Enabling private and public cache in .htaccess has no effect and nothing shows in headers on a test wordpress site.
But if I create a phpinfo.php and put;
RewriteEngine On
RewriteRule phpinfo.php - [L, E=Cache-Control:max-age=600]
I do see in the headers that the page is being cached. Not sure where at the moment to check and see why this stopped working and how to get it going again. I see nothing regarding this in any of the logs. So a kick in the right direction would be appreciated