php - CodeIgniter base_url() not working in 000webhost.com -
i've uploaded web project using php codeigniter in 000webhost.com , works fine.
but there problem though. function base_url() not working.
why?
you need load url helper
in controller
$this->load->helper('url')
another better way autoload
helper. edit config/autoload.php
.
Comments
Post a Comment