Codeigniter code is working great on my local. I uploaded pages to live server I can see the login page, once I enter username and password I see a blank page. I made necessary base_url changes:
$config['base_url'] = 'http://myurl.com/incidents/';
$config['index_page'] = 'backend.php';
Any suggestions?