That directory structure should be fine. Look in your webroot/ index.php file. There are two defines() that you're looking for. One is to set your CAKE_ROOT (where the source code is) and one is the APP_ROOT (where your code is). Make sure those are pointed to the right directories, and you should be good to go.
On Jan 12, 8:33 am, "Novice Programmer" <[EMAIL PROTECTED]> wrote: > Hello guys, > > The cake's directory structure is as: > > Cake install dir: > cake > app > vendors > docs > *index.php* > now the app directory has webroot. I want to have my webroot parellal to app > and cake.. i.e i want the structure to look like: > > Cake install dir: > cake > app > vendors > docs > <the following are the webroot contents> > img > css > js > *index.php* > > Can i do this? The problem i am facing is that webroot contains an > index.phpbut the cake install directory also contains one > index.php. Can i overwrite the cake install.php wih webroot index.php? i am > confused... please help. > > -- > Thanks & Regards, > Novice (http://ishuonweb.wordpress.com/). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
