multiple applications setup |
Hi Folks,
I am about to built a codeigniter website with a set of multiple applications . Regarding the directory layout I would like to follow codeigniter standards https://ellislab.com/codeigniter/user-gu..._apps.html and organize the applications accordingly. /codeigniter_root/application/appone /codeigniter_root/application/apptwo /codeigniter_root/application/appthree What I am missing in the user guide is how should we manage the access to multiple applications. The user guide mention only access to one specific application by defining “application_folder” in the config.php but the point is the access the application by adding application name as a suffix to the domain-name ex : http://domain-name/appone , http://domain-name/apptwo , http://domain-name/appthree and I don't see this explanation in the document. Could anybody point me to right direction? |
Messages In This Thread |
multiple applications setup - by ronlin - 12-31-2015, 05:03 PM
RE: multiple applications setup - by John_Betong - 12-31-2015, 07:39 PM
RE: multiple applications setup - by ronlin - 01-01-2016, 01:25 PM
RE: multiple applications setup - by josepostiga - 01-21-2016, 02:17 AM
|