Tag Archives: http://::1/ in codeigniter

Link not working in codeigniter, base_url() displaying “”http://::1” why?

If you create a link in codeigniter as like below

in some case above link will redirect to blank page and most of the case it will be look like as below

To Solve this issue please add below line in your config.php $config[‘base_url’] = ‘http://localhost/yourfoldername/’; if it is blank above issue will… Read More »