Hi All,
I am creating two applications to run on cakephp. Both applications have
different databases. So i am thinking of using the development setup of
cakephp (as per the cakephp manual) to make them both work simultaneously.
This is what I have done so far-
1. Created a www folder -> apache root folder (Modified the httpd.conf file
to point to this folder as document root)
2. Created a folder App1 inside the www folder ->
This folder will contains
/app
/cake
/vendors
.htaccess
index.php
for the first application
3. Created another folder App2 inside the www folder ->
This folder will contains
/app
/cake
/vendors
.htaccess
index.php
for the second application
My whold idea is that when i load http://localhost/App1, the first
application is displayed and when i load http://localhost/App2, the second
application is displayed. But the problem is its not working right now.
:confused: Are there any other changes that i need to make??
Thanks in advance!!
Regards,
Cakephp newbie
--
View this message in context:
http://www.nabble.com/Cakephp-multiple-applications-tf4568441.html#a13038700
Sent from the CakePHP mailing list archive at Nabble.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
-~----------~----~----~----~------~----~------~--~---