I uploaded my codeigniter application to a demo server. The Home page is opening fine, but other pages are giving error.
I changed the base url
in my config file to:
$config['base_url'] = 'http://globalcfos.com/cfoask/';
It is working fine locally. Any idea how to fix it?