Error: The requested address ” was not found on this server
Written by: Maciej Grajcarek
May 3, 2008
Last night, during installation of the CakePHP application on clients production server, a weird problem appeared. All requests to controllers actions returned : “Error: The requested address ” was not found on this server”. At the same time, access to webroot was incessant.
If you have the same problem, try this three steps:
- make sure you have an access to the database, and there are all necessary tables,
- check if you tmp folder is writable,
- delete all cache files from the temp subfolders.
That should fix the problem.
Posted in


