for some reason the CMS pages are not displaying their cached versions. I know that M-Turbo is actually caching the pages because a) they show in the URL tab list, with the cached date opposite .... and b) when i press the preview link it shows the cached version from
http://domain.com/var/turbocache/default/request-path.html
Also when I look at the URL tab and compare the request path of a product or category with that of a CMS page, they don't have the same format ... CMS pages look simply like 'request-path' even though magento urls come up like this in reality ( note index.php )
whereas for example categories are in the form 'name-of-category.html' which exactly like how magento uses them
... in other words the two are not consistent as far as I can see
with the result that when I browse normally to a CMS page via the site I would be directed to
http://domain.com/index.php/request-path
.... which is
NOT cached .... but if I either go to the M-turbo cache via the preview link
http://domain.com/var/turbocache/default/request-path.html
( note that .html extension has been added by the preview link )
or browse to
http://domain.com/request-path.html
( where I have added the .html myself manually )
.... then I DO get the cached version
so the question is why is the content at ...
http://domain.com/index.php/request-path
not cached ? ... this is how Magento displays the CMS pages ( at least in the configuration I have at the moment, and I haven't done any htaccess wizardry that I am aware of )
Thanks