Hi There,
I am able to get the admin route to work for everything except for the
http://path/to/admin/ I can get it to work for
http://path/to/admin/users http://path/to/admin/add etc... but not the
default admin path. I tried adding a route to the routes.php file
$Route->connect('/admin', array('controller' => 'admin', 'action' =>
'index'));
I have an admin controller and an index funtion and view but it comes
up with address not found, has anybody had this problem before?
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---