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

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -