Welcome Guest, Not a member yet? Register   Sign In
One library Multiple website
#3

[eluser]danmontgomery[/eluser]
You can move the system folder above web root, and you just need to change the $system_folder to point to that absolute location...

For example, if you put the system folder at: /usr/home/codeigniter/system, you just need to change $system_folder in all of your index.php files to:

Code:
$system_folder = "/usr/home/codeigniter/system";


Messages In This Thread
One library Multiple website - by El Forum - 07-29-2010, 02:44 PM
One library Multiple website - by El Forum - 07-29-2010, 03:00 PM
One library Multiple website - by El Forum - 07-29-2010, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB