As the title says how can I disable / exclude a .php file from being cached by LS?
When I use a caching plugin such as Hummingbird, all I have to do is add the following line to the top of the .php file in order to exclude it from cache:
"define('DONOTCACHEPAGE', true);"
Thanks in advance!
When I use a caching plugin such as Hummingbird, all I have to do is add the following line to the top of the .php file in order to exclude it from cache:
"define('DONOTCACHEPAGE', true);"
Thanks in advance!
Attachments
-
50.9 KB Views: 21