I\'ve just moved a site across to a production server, and a once working CodeIgniter installation now returns a blank screen. I believe it is due to whitespace, but how are
Things to check:
$config['base_url'] is set properlyOther things you can do:
$db['default']['db_debug'] to TRUE