Unable to resolve the request "TblHotel/create".

I’ve created Controller, Model and View files in backend


backend/

       controller/

                 TblHotelController.php

       models/

             TblHotel.php

             TblHotelSearch.php

       views/

            tbl-hotel

These files are untouched.

When I’m calling url site.com/backend/web/TblHotel/create.

It shows not found 404 errors. Unable to resolve the request TblHotel/create.

Depends where you have pointed your document root to but it should point to the "web" directory so the url will be something like http://backend.mysite.com/tblhotel/create.