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

[eluser]phusiondesign[/eluser]
It works! That seemed to be the problem. Here is my setup now.

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

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

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

Now, I just need to get the .htaccess files working correctly. Also, I am going to try a similar structure and will post that setup. Thanks!


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