base_url() not working
Go to application>config>autoload.php. Find the $autoload['helper'] = array();
Add 'url' in the array() so that it looks like this:
$autoload['helper'] = array('url');
Go to application>config>autoload.php. Find the $autoload['helper'] = array();
Add 'url' in the array() so that it looks like this:
$autoload['helper'] = array('url');
No comments:
Post a Comment