controller default page or any of the views will not  will not load. I
manage to configure cakephp according to the required docs (modified
and save changes to config/core.php and config/database.php). Even
after using the bake command from the cake console I am still not able
to load the control default page or any of the view.

what I do get is the welcome page that points to cakephp setup folder
and the following url
works :
http://localhost/cakeapp/ (get the welcome page here with no errors
indicated on the page )
or
http://localhost/cakephp_setup_folder/ (get welcome page about cakephp
that cake is able to write to the tmp folder, cake is able to
connected to the db and  no errors indicated on the page)


however I when I enter the following url the page returns blank  with
an http error saying page cannot be found.

http://localhost/cakeapp/controller
or
http://localhost/cakeapp/controller/action

I am usiing apache2 and php that comes with the macbook and mysql 6.
The only changes i  made to the apache/httpd.conf was to add
<directory /> ....</directory> directive. Add to this no changes to
the php.ini was requires becuz mod_rewrite was already turned on.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to