Welcome Guest, Not a member yet? Register   Sign In
Dashboard navigation problem
#6

(This post was last modified: 09-19-2018, 09:32 PM by kvanaraj.)

(09-19-2018, 07:37 AM)Wouter60 Wrote: What is your $config['base_url'] setting in application/config/config.php?

Code:
$base  = "http://".$_SERVER['HTTP_HOST'];
$base .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
$config['base_url'] = $base;
$config['site_url'] = $base;


or

$config['base_url'] = 'http://127.0.0.1/project1/';
Reply


Messages In This Thread
Dashboard navigation problem - by kvanaraj - 09-18-2018, 06:13 AM
RE: Dashboard navigation problem - by Pertti - 09-18-2018, 06:23 AM
RE: Dashboard navigation problem - by Wouter60 - 09-18-2018, 10:02 AM
RE: Dashboard navigation problem - by kvanaraj - 09-19-2018, 06:12 AM
RE: Dashboard navigation problem - by Wouter60 - 09-19-2018, 07:37 AM
RE: Dashboard navigation problem - by kvanaraj - 09-19-2018, 09:28 PM
RE: Dashboard navigation problem - by InsiteFX - 09-20-2018, 03:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB