Re: Defining root directory for shared hosting

2013-09-12 Thread kdubya
You should NOT need to change anything in the file app/index.php. You have not given enough information about you installation for us to help. For instance, where (in relation to your webserver document root) did you put CakePHP. If you did a standard installation and put it in the document root

Defining root directory for shared hosting

2013-09-10 Thread Tom
Hi, I just installed Cakephp on a shared host at a2hosting. How do I set the root directory in app/index.php ?? /** * Get Cake's root directory */ define('APP_DIR', 'app'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); define('WEBROOT_DIR', 'webroot'); define('WWW_ROO