Codeigniter Base Url


November 11, 2018 2 minutes codeigniter

setting up base url

// file: application/config.php
$config['base_url'] = 'http://localhost:8000';

See Also