Everything that is written with base_url()
is not loading in Codeigniter.
<link href="<?php echo base_url(); ?>other/css/admin/style.css" rel="stylesheet" type="text/css">
<img class="brand" src="<?php echo base_url(); ?>other/img/logo.png">
There are in:
wamp -> www -> other -> css/img
My base_url is:
$base_url = 'http://localhost/';