Url Wrong

[size=5]I want to change the link fantasticbabymall.com to www.fantasticbabymall.com[/size]

[size=5]Now [/size]

Interesting choice of font for you image there.



Making the change is easy though. In your config.local.php you should have:


// Host and directory where software is installed on no-secure server
$config['http_host'] = 'fantasticbabymall.com';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config['https_host'] = 'fantasticbabymall.com';
$config['https_path'] = '';




Just change it to:


// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.fantasticbabymall.com';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config['https_host'] = 'www.fantasticbabymall.com';
$config['https_path'] = '';




It might take Google a while to catch up, but it will.



Thanks,



Brandon