Not a problem, it just needs a route set up in config/routes.php,
something like:

Router::connect('/', array('controller'=>'home', 'action'=>'index'));

That's for 1.2, the syntax is a bit different for previous versions
but the idea is the same. Route '/' to a controller and action.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to