Thanks Mr Tufty, that worked a treat. Shame you have to create a route
for every controller, but at least it works!

Kevin, I think what you're doing is very similar to what I wanted to
do. So, if I understand it correctly, then you will need to create a
route for each controller.

Ian

On Feb 8, 3:22 pm, "CreepieDeCrapper" <[EMAIL PROTECTED]>
wrote:
> Good information guys, thanks. I'm trying to do the opposite of Ian,
> in a way. I would like to setup a route that connects a particular
> controller if a request is made that is not found. Iow, something like
> this:
>
> domain.com/anythingyouwant => MyController
> domain.com/hello_world => MyController
> domain.com/existingcontroller/real_action => ExistingController
> (calling real_action() method)
>
> I'm wondering if I need to manually create a route for each and every
> one of my existing controllers, then do the 'catch all' route at the
> end of that. I was hoping for a more elegant solution, however. Many
> thanks for any input.
>
> - Kevin


--~--~---------~--~----~------------~-------~--~----~
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