Welcome Guest, Not a member yet? Register   Sign In
How to run multiple projects in single CI installation ?
#1

[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 !!!!
#2

[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...






Theme © iAndrew 2016 - Forum software by © MyBB