I am new in CodeIgniter. In my project, the base URL code is not working properly...
In config.php:
$config['base_url'] = 'http://localhost/simpleblog/';
In view, it is:
<link type="text/css" rel="stylesheet" href="href="<?=base_url()?>views/css/Main.css" />
My Project File Structure was attached in skydrive https://skydrive.live.com/redir?resid=3BFF708C7026EB1B!139&authkey=!AEQSh3KwTzDU328&v=3
And also the error
https://skydrive.live.com/redir?resid=3BFF708C7026EB1B!140&authkey=!AMwGc_UWpqlezOM&v=3
How do I solve this issue?