CodeIgniter Forums
Changing the application folder - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Changing the application folder (/showthread.php?tid=20428)



Changing the application folder - El Forum - 07-09-2009

[eluser]sirfak[/eluser]
Hi
My production file structure is as follows
/public_html>>Planyourweekends>>System>>application
>>index.php

I want to move my application folder at the same level as System folder so that my folder structure will look like

/public_html>>Planyourweekends>>System
>>application
>>index.php


Now I have following questions:

What changes do I need to do in any file(say index or config)
Thanks
sirfak


Changing the application folder - El Forum - 07-09-2009

[eluser]exodus7[/eluser]
In your index.php, there are 2 variables you want to change, $system_folder and $application_folder.


Changing the application folder - El Forum - 07-09-2009

[eluser]Phil Sturgeon[/eluser]
Don't change a thing as it will do this by default. Just move the application folder up one.