CakePHP URL Not Found

I am using Cakephp1.3 on ubuntu 11.10

i create table name users. I have a cake bake app. and user_controller, views and models are all present.

Now when I try to use http: // localhost / yps / users / , it gives the following error

Not found

The requested URL / yps / users / was not found on this server

Does anyone have an idea about this

thank

+3
source share
1 answer
  • Please follow the naming convention e.g. @Joseph said
  • , mod_rewrite, @dhofstet. , . -. (Http://book.cakephp.org/2.0/en/getting-started.html#a-note-on-mod-rewrite)
+4

All Articles