Hi Toby,
I only have the one app setup at the moment, but this will apply to
additional apps as well. I altered the following lines in the index.php
file in the webroot (myCakeAppWebRoot) folder...
if (!defined('ROOT')) {
//define('ROOT', 'FULL PATH TO DIRECTORY WHERE APP DIRECTORY IS
LOCATED DO NOT ADD A TRAILING DIRECTORY SEPARATOR';
//You should also use the DS define to seperate your
directories
define('ROOT',
DS.'mounted-storage'.DS.'home34f'.DS.'sub234'.DS.'fa15349-CRWL');
}
if (!defined('APP_DIR')) {
//define('APP_DIR', 'DIRECTORY NAME OF APPLICATION';
define('APP_DIR', 'myCakeApp');
}
/**
* This only needs to be changed if the cake installed libs are located
* outside of the distributed directory structure.
*/
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
//define ('CAKE_CORE_INCLUDE_PATH', FULL PATH TO DIRECTORY
WHERE
CAKE CORE IS INSTALLED DO NOT ADD A TRAILING DIRECTORY SEPARATOR';
//You should also use the DS define to seperate your
directories
define('CAKE_CORE_INCLUDE_PATH',
DS.'mounted-storage'.DS.'home34f'.DS.'sub234'.DS.'fa15349-CRWL'.DS.'CakePHPLibs');
}
I left in my host root folders for you to reference, just changed them
a bit...
HTH,
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---