[eluser]The Beginner[/eluser]
In Index.php my system folder is: $system_folder = "system"; and my application path is: $application_folder = "application";
My base url is: $config['base_url'] = "http://127.0.0.1/xampp/CI/";
I moved application from system/application to the base url as suggested in a tutorial. now my structure is: /CI/ -> application
system
user_guide
index.php
license.txt
I noticed in index.php there is this: require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
the codeigniter folder is located in system/codeigniter, so should I change that?
Thanks,
Del :question: