I am tyring to setup multiple CakePHP applications on a single domain
in a shared LAMP hosting environment (lunarpages.com)
I am following the directions at
http://www.virtualapplicationserver.com/CakePHP_MultipleInstallNotes.html

I frankly don't understand how to write the paths below

if (!defined('ROOT')) {
                 define('ROOT', DS.'home'.DS.'username'.DS.'cakeApp1');
        }
        if (!defined('APP_DIR')) {
                 define('APP_DIR',dirname('cakeApp1'));
        }
        if (!defined('CAKE_CORE_INCLUDE_PATH')) {
                 define('CAKE_CORE_INCLUDE_PATH',
DS.'home'.DS.'username'.DS.'cake');
        }


my domain is www.comida411.com
my root is public_html

that being the case...

What do I set 'home' to?
What do I set 'username' to?

Thank you in advance for your response..
Sincerely
Comida


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to