In the launching the application section in chapter 3, entering the url
http://localhost/todo/items I get the error
ItemsController could not be found.
Create the class ItemsController below in file: app\controllers\items_controller.php
Everything has worked up to this point. I have a correctly named items_controller.php in c:\wamp\www\todo\app\controllers with the correct code in it, but cake is not seeing it.
My operating system is Vista. I am using cake 1.3 with wamp with apache 2.2.11, php 5.3 and mysql 5.1.36. I have tried cake 1.2 with apache 2.0.63 and php 5.3.0 and have installed xampp. I have set the allow override to all in httpd.config and loaded the rewrite module in all installs. I have double checked that I have followed all instructions I could find in the book.
Is there a setting that is not listed in the book? Any information would be appreciated, I am at a total loss.