define('ROOT', 'C:\www\project_name');
define('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', 'C:\www\cake\cake_1.2.x.x');

You want those 3 lines in your app/webroot/index.php file, obviously
with paths that are valid for your setup.

Personally, when I setup projects, I have a /projects/cake/cake_1.x.x.x
folder, and then /projects/project/app/webroot, etc.  If you edit your
index.php proerly, your app could be under any number of subfolders,
but still work just fine.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to