Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter redirect to localhost after online migration
#18

Just add the following lines to your config.php file and problem solved

$config['base_url'] = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http");
$config['base_url'] .= "://".$_SERVER['HTTP_HOST'];
$config['base_url'] .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
Reply


Messages In This Thread
RE: CodeIgniter redirect to localhost after online migration - by cedricobra - 06-10-2021, 01:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB