I want to play with Cake in a Windows environment where I have Apache installed without affecting my ability to still develop sites without Cake. With Apache running, I can build websites within the "C: \Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs" folder. What I would like to do is add a folder within htdocs called cakeapps (or whatever), and have Cake installed within that folder. So ideally I would like to have a structure like this:
C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs \website1 C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs \website2 C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs \cakeapps\cakewebsite1 C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs \cakeapps\cakewebsite2 where website1 and website2 do not use Cake, but cakewebsite1 and cakewebsite2 do use Cake. I've tried reading the manual in Cake for Advanced Installations, but unfortunately that didn't help me (or was over my head). Does anybody have any suggestions or know of any more detailed tutorials for installations? I really appreciate it! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
