I have hosted CodeIgniter project in hostgator. In localhost project was working fine and I took that project and hosted in my domain and there I have set base_url like this:
$config['base_url'] = 'http://mywebsite.com/';
But it is not working in server.