I am using Codeigniter in Local WAMP. Here code is working fine. But i upload in Cpanel ( inside of example.com, folder name call \'mysite\'). Ther
mysite
Sometimes "ORIG_PATH_INFO" fixes this issue. So you can also try again with changing uri_protocol to "ORIG_PATH_INFO"
$config['uri_protocol'] = "ORIG_PATH_INFO";
and the base_url should be absolute,
$config['base_url'] = "http://example.com/mysite/";