> D:\AppServ\www  <-- http docs root (localhost)
> D:\AppServ\www\onesiteroot  <-- one web project
> D:\AppServ\www\anothersiteroot  <-- another web project
> D:\AppServ\www\heresanothersite  <-- yet another web project

this is very easy, place cakephp dir (inc app, webroot etc) in the
root of your server D:\AppServ\www\cakephp

for each project you're working on, make a copy of 'app'. then move
the contents of app/webroot into D:\AppServ\www\heresanothersite

and set the defines in D:\AppServ\www\heresanothersite\index.php

define('ROOT', 'D:\AppServ\www');
define('APP', 'name_of_app');

Now you have one place for your cakephp projects, and a dedicated
webroot for each project.

hth

jon



-- 

jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

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

Reply via email to