CodeIgniter Forums
How to run multiple projects in single CI installation ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to run multiple projects in single CI installation ? (/showthread.php?tid=49828)



How to run multiple projects in single CI installation ? - El Forum - 03-05-2012

[eluser]Unknown[/eluser]
Hi Everyone,

Can anyone please help me how can I run multiple project from my single CI installation using XAMPP. However i have searched it on Google, but it's not helping me according to expectation.
I have installed CI 2.1, but one of my project is in old version of CI so it has different folder structure.

I am trying to figure it out so that my all projects will run on my local machine using localhost. But its not working.

If anyone have the same experience please guide me how can I do this ??

Thanks in advance !!!!


How to run multiple projects in single CI installation ? - El Forum - 03-05-2012

[eluser]Glazz[/eluser]
You can have one system folder and multiple application folders.

Like this:
Quote:app_1
index.php
application ( this is one application folder )
app_2
index.php
application ( this is another application folder )
system

In your urls you do something like: http://localhost/app_1/

You need to edit both index.php on app_1 and app_2 so you can use the system folder...