i have wamp server installed and running properly if its a simple php application. The application even connects to the database properly. I am trying to develop an application in cake php. i have cake properly installed in my webroot folder c:\wamp\www\cake_1_2. When i browse through this folder using http://localhost/cake_1_2 i can see the cake rapid application development page. But as soon as i start creating controllers models and views, i get the error page not found.
I have a controller in c:\wamp\www\cake_1_2\app\controllers directory named authors_controller.php a model in the C:\wamp\www\cake_1_2\app\models named author.php and a view in the C:\wamp\www\cake_1_2\app\views\authors directory called login.thtml. When i try to browse http://localhost/cake_1_2/authors/login/ i get the error page not found.
Please if any one could help me on this i would be really thankful

i got it working by enabling rewrite_mod in the apache module in wamp server

commented: good job on sharing the solution even when nobody answered to your post. :) +1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.