Welcome Guest, Not a member yet? Register   Sign In
[NEED URGENT HELP] All controllers showing 404 except default controller
#13

(This post was last modified: 05-16-2015, 06:07 AM by Muzikant.)

Another blind guess - When you created new controller, you probably make it by copying content from your main controller. Did you rename controller class as well?

For example in your Student.php file could be the wrong class name:
PHP Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class 
Home extends CI_Controller 

"class Home extends CI_Controller {"
Reply


Messages In This Thread
RE: [NEED URGENT HELP] All controllers showing 404 except default controller - by Muzikant - 05-16-2015, 06:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB