Hello,
I want to enable litespeed cache directly in a php file. I added the following at the top of the file :
However I'm not getting a lscache : hit response.
Here are my settings :
https://www.dropbox.com/s/tn7d2o4oz0kdx3i/Capture d'écran 2016-03-21 13.07.49.png?dl=0
Am I missing something ?
I want to enable litespeed cache directly in a php file. I added the following at the top of the file :
Code:
<?php header('Cache-control: public, max-age=10');?>
Here are my settings :
https://www.dropbox.com/s/tn7d2o4oz0kdx3i/Capture d'écran 2016-03-21 13.07.49.png?dl=0
Am I missing something ?