Welcome Guest, Not a member yet? Register   Sign In
Multiple Applications
#2

[eluser]RobertB.[/eluser]
take the system folder and put it in the www directory
www/system you can name the system folder whatever you want
then take the application folder and also name it whatever you want and also put it in the www directory

wamp/www/system
wamp/www/application

then all you have to do is in the main application index change this
Code:
$system_folder = "../system folder";
$application_folder = "../application folder";

in my case
Code:
$system_folder = "../system";
$application_folder = "../mysite";

Hope it help


Messages In This Thread
Multiple Applications - by El Forum - 03-02-2011, 04:11 PM
Multiple Applications - by El Forum - 03-02-2011, 07:40 PM
Multiple Applications - by El Forum - 03-03-2011, 08:33 AM
Multiple Applications - by El Forum - 03-03-2011, 08:53 AM
Multiple Applications - by El Forum - 03-03-2011, 11:30 AM
Multiple Applications - by El Forum - 03-03-2011, 11:35 AM
Multiple Applications - by El Forum - 04-06-2011, 06:40 AM
Multiple Applications - by El Forum - 04-06-2011, 07:53 AM
Multiple Applications - by El Forum - 04-06-2011, 08:33 AM
Multiple Applications - by El Forum - 04-06-2011, 12:59 PM
Multiple Applications - by El Forum - 04-07-2011, 01:01 AM
Multiple Applications - by El Forum - 04-07-2011, 06:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB