Friday, March 11, 2016

base_url

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');

No comments:

Post a Comment