define('ROOT', '/home/dho/projects/projectxy/trunk');
define('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', '/home/dho/projects/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. Then you can setup a virtual host w/ apache, or simply access the site via http://localhost/project/app/webroot/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
