How do I set AllowOverride on NearlyFreeSpeech.net? I'm trying to follow the instructions at Within cakePHP, In my routes.php only the '/' (base path) works. Any other url is 404 page not found to resolve the problems described therein.
So far, I've had to do the following when moving out of a WAMP development environment:
- Refer to controller names by their correct case
- Change the name of the server in the configuration file
- Add all the CakePHP-related files to the web group
The solution is as follows: