How to make multiple apps in codeigniter |
[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 |
Messages In This Thread |
How to make multiple apps in codeigniter - by El Forum - 04-30-2012, 08:11 PM
How to make multiple apps in codeigniter - by El Forum - 05-01-2012, 03:45 AM
|