Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Created September 13, 2015 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Barneybook/0bed2b06db6ee16de2cc to your computer and use it in GitHub Desktop.
Save Barneybook/0bed2b06db6ee16de2cc to your computer and use it in GitHub Desktop.
codeigniter config $config['base_url'] good method
$root = "http://" . $_SERVER['HTTP_HOST'];
$root .= str_replace(basename($_SERVER['SCRIPT_NAME']), "", $_SERVER['SCRIPT_NAME']);
$config['base_url'] = "$root";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment