In my controller "Posts", I enabled the cache component for index and
view actions.
When i go to my website, the default controller/action are posts/index
$Route->connect('/', array('controller' => 'Posts'));
The problem is that only
http://mywebsite.com/posts/index and
http://mywebsite.com/posts/view
are being cached, and http://mywebsite.com/ is not caching. How can I
cache the default page?
Cheers,
Rami
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---