Dear All,
I have just installed CakePHP 1.3.10. I made all the necessary changes for database name, the value of random alpha numeric also. When I access the CakePhp folder through WAMP, I m getting message
URL rewriting is not properly configured on your server.
Help me configure it
I don't / can't use URL rewriting
Your tmp directory is writable.
The FileEngine is being used for caching. To change the config edit APP/config/core.php
Your database configuration file is present.
Cake is able to connect to the database.
So, after I created the first example just to show hello world as in tutorial. but when I try to view by visiting the URL : http://localhost/cakephp/posts/hello_world, it shows
Not Found
The requested URL /cakephp/posts/hello_world was not found on this server.
Can any one suggest me what more configuration I need to complete so that I can see my example. As I m very much new to CakePHP I m not able to trouble shoot.
Thank you in advance for your guidance.
With Regards,
Robindra Singha
Delhi
I have just installed CakePHP 1.3.10. I made all the necessary changes for database name, the value of random alpha numeric also. When I access the CakePhp folder through WAMP, I m getting message
URL rewriting is not properly configured on your server.
Help me configure it
I don't / can't use URL rewriting
Your tmp directory is writable.
The FileEngine is being used for caching. To change the config edit APP/config/core.php
Your database configuration file is present.
Cake is able to connect to the database.
So, after I created the first example just to show hello world as in tutorial. but when I try to view by visiting the URL : http://localhost/cakephp/posts/hello_world, it shows
Not Found
The requested URL /cakephp/posts/hello_world was not found on this server.
Can any one suggest me what more configuration I need to complete so that I can see my example. As I m very much new to CakePHP I m not able to trouble shoot.
Thank you in advance for your guidance.
With Regards,
Robindra Singha
Delhi
Comment