Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created March 19, 2018 00:39
Show Gist options
  • Save wichaksono/a817fa3ae050ce9a53a67e7265603bd0 to your computer and use it in GitHub Desktop.
Save wichaksono/a817fa3ae050ce9a53a67e7265603bd0 to your computer and use it in GitHub Desktop.
$http = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on' ? 'https' : 'http';
$config['base_url'] = $http.'://'.$_SERVER['HTTP_HOST'].'/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment