Rahul wrote: > Thanx Ketan > > Well I had done exactly what U have said. My question is beyond that > work. I need to redirect my browser to these two different > applications by say http://localhost/project1 for the first > application and http://localhost/project2 fro the second application.. > > Hope U understand what I mean to say.. > > Regards > Rahul
Your problem is more with setup the apache than with cakephp. Have the setup like this. Apache DocumentRoot Folder | | - Project1_APP | | - Project2_APP | | - common_cake Setup Virtualhost individually for each project in the httpd.conf, so that you point the documentroot for the virtualhost to the webroot folder of corresponding projects and this will take care of what you want. Don't go to the plugins route, that is for something else and not for this purpose. Ketan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
