up vote 1 down vote favorite
share [g+] share [fb]

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?

link|improve this question
feedback

migrated from superuser.com Nov 12 '09 at 10:12

This question came from our site for computer enthusiasts and power users.

2 Answers

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

link|improve this answer
feedback

Tip: Make tmp, cache mod 777

delete the cache files from the folders inside cache..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown