Welcome Guest, Not a member yet? Register   Sign In
A domain, a couple sub-domain, & multiplte instances
#2

[eluser]thinkigniter[/eluser]
<?php
In a single CI installation I would have multiple application folders e.g.

system\application\one
system\application\two
system\application\three


In your folders [ mydomain.com/one, mydomain.com/two ] I would have a Codeigniter index.php file that would have

Code:
$system_folder = "system";
$application_folder = "application/one";

And in the config.php for one/two/three applications I would have

Code:
$config['index_page'] = "/one/index.php";
or
$config['index_page'] = "\one\index.php";

I can NEVER remmeber.

Well I'd give it a go anyway.


Messages In This Thread
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-22-2008, 03:33 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 04:28 AM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 01:19 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 01:45 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 02:23 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 02:53 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 03:47 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-23-2008, 09:11 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 01:01 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 01:30 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 01:45 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 02:36 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 02:39 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 03:26 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 03:33 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-24-2008, 05:11 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-25-2008, 11:04 AM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-25-2008, 08:38 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-28-2008, 03:53 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 07-30-2008, 02:59 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 08-01-2008, 03:18 PM
A domain, a couple sub-domain, & multiplte instances - by El Forum - 08-01-2008, 03:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB