Message Library , My_Controller and __remap issue Message Library , My_Controller and __remap issue codeigniter codeigniter

Message Library , My_Controller and __remap issue


I have found the issue. It was very simple. I was using the base url in config file as empty

$config['base_url'] = '';

I have to change it like this

$config['base_url'] = 'http://localhost/myproject/';