Cakephp requested URL not found

cakephp, cakephp-1.3

Solution

- Please follow the name convention, like @Joseph said

- I encounter the same issue, it's caused by mod_rewrite, like @dhofstet said. Fix it, then everything works well. And how to fix it dependes on your web server's configuration. (http://book.cakephp.org/2.0/en/getting-started.html#a-note-on-mod-rewrite)

Problem

i am using Cakephp1.3 on ubuntu 11.10 i create a table name users . i cake bake the application. and user_controller , views and models all are present. Now when i am trying to acess http://localhost/yps/users/ it gives following error Not Found The requested URL /yps/users/ was not found on this server Anybody have idea about this Thanks

Original source