Hello,
I have a problem. It is that CodeIgniter doesn't seem to work on localhost.
Base URL in config.php:
Code:
$config['base_url'] = 'http://sample_localhost/mysite/';
Settings in database.php:
Code:
$db['default']['hostname'] = 'sample_localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = 'admin';
$db['default']['database'] = 'my_database';
Any help is very much appreciated. Thanks in advance!