Welcome Guest, Not a member yet? Register   Sign In
How to make multiple apps in codeigniter
#1

[eluser]Mario "St.Peter" Valentino[/eluser]
hello all i want to ask you all how to make multiple application in ci
I still confuse
can anybody here give me explanation ?

i have two folder backend and front. what should i do ?
#2

[eluser]smilie[/eluser]
You copy 'front' as many times as many applications you need on same CI code.
Each 'front' must have unique name.

Then in your web server, you just point domains to your 'fronts'.

For example:

front 1:
/var/www/front1/www -- www.domain1.com
/var/www/front2/www -- www.domain2.com
/var/www/front3/www -- www.domain3.com

All three fronts will then be using same 'backend'.

Check manual as well, it's well explained in there.

Cheers,
Smilie




Theme © iAndrew 2016 - Forum software by © MyBB