Hey Kovah,
Changing the line
$config[‘base_url’] = (isset($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] == ‘on’ ? ‘https://’ : ‘http://’) . ($_SERVER[‘HTTP_HOST’] ? $_SERVER[‘HTTP_HOST’] : $_SERVER[‘SERVER_NAME’]) . URL_SUBFOLDER;
to
$config[‘base_url’] = ‘http://subdomain.domain.com’;
Did the trick for me. Although I have a new issue which I am going to post in a new thread. Thanks.