Modify CakePHP For Zeus
By makeaweli
- 1 minutes read - 63 wordsHow to modify CakePHP to run on a Zeus webserver.
This works for me using zeus webserver 4/php fastcgi:
Cake’s path from webroot: /cake
My application path from webroot: /cake/ngo_reservation
I needed to modify /cake/ngo_reservation/config/core.php line 42 to this:
Need to extract the controller/view differently. /cake/index.php (line 68) currently reads:
Change this line to:
Resources
View the original fault and my solution:
https://trac.cakephp.org/ticket/812