I have been developing a small web application with CodeIgniter. After testing it out locally I went to put it on my web server to allow a couple other people test out some
I have solved this problem, please just make few changes
1- all controller class name should start with capital letter. i mean first letter of class should be capital . eg we have controler with class name Pages
so it should be Pages not pages
2- save the controller class Pages as Pages.php not pages.php
so first letter must be capital
same for model, model class first letter should be capital and also save model class as Pages_model.php not page_model.php
hope this will solve ur problem