CodeIgniter Setup |
I am currently configuring my remote server for CodeIgniter however I'd like to store it like this.
public_html/ci public_html/ci/application public_html/ci/system and only store index.php in public_html Is this possible to move index.php up one level and have it bootstrap all the files necessary to run the application?
Yes, it is.
Quote:If you wish to increase security by hiding the location of your CodeIgniter files you can rename the system and application folders to something more private. If you do rename them, you must open your main index.php file and set the $system_path and $application_folder variables at the top of the file with the new name you’ve chosen. http://www.codeigniter.com/user_guide/in...index.html |
Welcome Guest, Not a member yet? Register Sign In |