Articles tagged with "installation"
Installing CakePHP on MacOS X.
This is how I setup CakePHP on my MacBook with PHP5 and MySQL5. I have MacOS X 10.4.8 installed.
[Read more] CakePHP in a subdirectory and no trailing slash
Are you putting CakePHP in a subdirectory and experiencing problems with no trailing slash and 400 Bad Request errors?
[Read more] Multiple CakePHP applications on a single domain in a shared LAMP hosting environment
GOAL:
[Read more] - One domain on a shared Linux/CPanel hosting environment
- Multiple CakePHP applications running from separate directories WITHIN the public webspace (referred to as public throughout this tutorial)
- Separate databases
- Single shared CakePHP core served from above the public web space (referred to as private throughout this tutorial)
- Separate CakePHP app directories (within a single APPS directory) also served from above the public web space (referred to as private throughout this tutorial)
- Given all of the above: NO STUPID WORKAROUNDS
Clean urls with isapi rewrite on iis
Forced to deal with a windows based server, without apache and effectively also mod_rewrite? But, after much complaining and begging your sysadmin has been kind enough to install isapi_rewrite on that (already bloated) iis box... then this is for you!
[Read more] Troubleshooting CakePHP installation issues related to Apache 2 mod_rewrite - for beginners.
If you are able to get your default CakePHP index page to come up after installing, but without the Cake logo in the top left and without the styling, chances are the problem is related to your Apache configuration with regard to the rewrite module, a.k.a. mod_rewrite. This article should help you troubleshoot.
[Read more]
Latest Comments