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
i was facing same issue ..its resolved when i use
$config['uri_protocol'] = 'AUTO';
in config.php ..try using AUTO and PATH_INFO for the same
make sure rewrite_module is on in apache