Hmm...I would think you could just route /admin/ to the controller/action
that you want. Check out /app/config/routes.php. Most people would likely
route it to a page in the pages controller (like / is routed to
/pages/home in the default Cake installation) displaying a list of possible
actions for the administrators.

HTH,
Eric


On 2/15/07, Petry <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> Why a create a default page on administration areas, for example
> http://www.site.com/admin/index?
>
> I can acces te controllers from the admin area, for example
> http://www.site.com/admin/controller_name/ but i can't acces the page
> from default page from the admin area
>
> I try create a funcion calls admin_index() on /app/app_controller.php
> but doesn't works
>
>
> >
>

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