Welcome Guest, Not a member yet? Register   Sign In
index.php, system_folder variable and multisite installation on windows
#3

[eluser]Michael Wales[/eluser]
You should use relative paths for the system_folder and application_folder variables.

I pretty much do exactly the same as you:

D:\xampp\htdocs\system
D:\xampp\htdocs\[folder-for-site]\[contents of application folder]
D:\xampp\htdocs\[folder-for-site]\index.php

In index.php:
Code:
$system_folder = '../system';
$application_folder = './';


Messages In This Thread
index.php, system_folder variable and multisite installation on windows - by El Forum - 01-25-2008, 10:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB