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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -