in config/routes.php  i added

$Route->connect ('/admin', array('controller'=>'pages',
'action'=>'display', 'admin_home'));
$Route->connect ('/admin/', array('controller'=>'pages',
'action'=>'display', 'admin_home'));


On 9/20/06, green-mamba <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have been using admin routes to set up an 'admin' area and everything
> works OK (i can use /app/admin/controller/edit and so on.
>
> It is just that I would now like to have a separate starting 'admin'
> home page - how would I do that?
>
> Christine
>
>
> >
>


-- 
==
S. DeVore
(the old fart) the advice is free, the lack of crankiness will cost you

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

Reply via email to