Welcome Guest, Not a member yet? Register   Sign In
CI with multiple sites in xampp
#4

[eluser]Rick Jolly[/eluser]
I mean exactly what I wrote. In CI both the system and application directory locations are configurable in index.php. Instructions are right there in the index.php comments
Code:
/*
|---------------------------------------------------------------
| SYSTEM FOLDER NAME
|---------------------------------------------------------------
|
| This variable must contain the name of your "system" folder.
| Include the path if the folder is not in the same  directory
| as this file.
|
| NO TRAILING SLASH!
|
*/
$system_folder = "system";
You could change the system folder location using an absolute or relative path. For example, if you wanted the system folder located one level above your application, and you wanted to change the name from "system" to "CI", you could do this:
Code:
$system_folder = "../CI";


Messages In This Thread
CI with multiple sites in xampp - by El Forum - 01-11-2010, 09:50 AM
CI with multiple sites in xampp - by El Forum - 01-11-2010, 11:20 AM
CI with multiple sites in xampp - by El Forum - 01-11-2010, 11:24 AM
CI with multiple sites in xampp - by El Forum - 01-11-2010, 12:47 PM
CI with multiple sites in xampp - by El Forum - 01-11-2010, 09:16 PM
CI with multiple sites in xampp - by El Forum - 01-11-2010, 09:27 PM
CI with multiple sites in xampp - by El Forum - 01-11-2010, 11:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB