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

[eluser]phusiondesign[/eluser]
Ok, so I also just tried this format and it works.

Code:
[ root ]
--- index.php // this is your ONE index.php file //
       ($system_folder = "system"; $application_folder = "application/one";)
--- [ system ]
   --- license.txt
   --- [ application ]
      --- [ one ]
      --- [ two ]
      --- [ three ]
   --- [ All the system folders go here... ]

--- [ two ]
   --- index.php// this is your TWO index.php file //
          ($system_folder = "../system"; $application_folder = "../system/application/two";)

--- [ three ]
   --- index.php // this is your THREE index.php file //
          ($system_folder = "../system"; $application_folder = "../system/application/three";)

Now I need to configure the .htaccess files... any suggestions?


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