views:

149

answers:

2

How do I run cakePHP application on a hosted server?

I have created my own application in CakePHP. It was running fine locally. But when I upload it to server, it's gives a 404 Not Found Error.

Can anybody tell me how to upload CakePHP to the hosted server?

+3  A: 

I answered a similar question on serverfault. Here's the link: CakePHP Hosting

Here's another link from the Bakery: Installing CakePHP on shared hosting

Learner
A: 

Tip: Make tmp, cache mod 777

delete the cache files from the folders inside cache..

Harsha M V