tags:

views:

55

answers:

1

Hi ,

i am working on cakephp. i have my app in my localhost.. And if i try to run my app in other machine , i need to do set base path ... how to do this so ?? Please give some suggestions of how to do this??

Thank you

+1  A: 

You only need to set the path to the cake directory. You can do so in

/path/to/your/app/webroot/index.php

by setting the CAKE_CORE_INCLUDE_PATH

harpax
So great .. Thank you very much ..
Aruna