Hi
I have some questions on how to use the static html cache plugin. It's a little unclear for me how I am supposed to state the pages which are not going to be cached. Is it something like this? search.php/, frontpage.php/, themes/configuredtheme/newsletter/inc/storeAddresses.php,
I have a customized theme where I in the sidebar.php have a newsletter.php included. This also have /newsletter/inc/storeAddresses.php included and it's from this file I get an "error". If the cache is purged I get the message: "200 OK The document has moved here." on the root url. This message derive from the code `header('Location:
http://website.com/pages/newsletter');` which are used in storeAddresses.php.
I guess that if I get storeAddresses.php exluded from cache this message will not come, but as for now both this file and also my custom front page gets cached.
Comments