CakePHP problem
Posted by: erickc
Posted on: 2007-08-13 08:59:00
I'm trying to get CakePHP up and running on my DH server and am running into some problems. ON my local dev server it runs fine, but when I copy the files to my DH server I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@dashborg.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I'm running PHP 5.2.1 as a CGI and added the text that was in the .htaccess file from CakePHP's root to the one on the DH servers root.
Has anyone successfully gotten CakePHP to run on their DH server?