OK, when you say it's working, what URL are you going to ?

If it is http://localhost/todo/ then your app name is todo, so todo/
items should be using your items_controller.php to get you the
index.ctp view for your items assuming everything is baked correctly.

When you say you are getting a "Not Found" response, are you getting a
Cake error, or an actual 404 error?

On Dec 16, 3:27 pm, aq <spamca...@yahoo.com> wrote:
> I have been struggling with this for days, and I can't find a
> solution...
>
> CakePhp is working ok. I get the nice welcome screen with all the
> fancy colors. The connection to the database is ok, and the rest of
> the set up routines are complete.
>
> I started following the Golding's example of the To-do list, created
> the controller (items_controller.php) and the model (item.php) but
> when I go to "localhost/todo/items"  I get a Not Found response from
> the server.
>
> I also watched one on Goldings screencasts where he has another
> example of a records_controller.php, which I also created but got the
> same response from the server.
>
> I am pretty stumped :(
>
> Thank you for any help you can provide.
>
> AQ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to