On Feb 21, 1:49 am, "lloydhome" <[EMAIL PROTECTED]> wrote:

> The easiest solution off the top of my head is to use mod_rewrite to
> force ^$  and ^/$  to go to your custom controller/action
>
> RewriteRule ^$   index.php?url=/mycontroller/myaction [QSA,L]
> RewriteRule ^/$  index.php?url=/mycontroller/myaction [QSA,L]
>
This doesn't seem to work. I guess the caching code uses the actual
url typed, and it doesn't matter if you rewrite it. since to the code,
it just appears as the original url??

   Paul


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to