i have tried everything ive read here. changing relative root adding a slash here and there, nothing.
heres my global inc
<?php
$glob['dbdatabase'] = 'SBHCanada';
$glob['dbhost'] = 'localhost';
$glob['dbpassword'] = 'daks001';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'Canada';
$glob['installed'] = '1';
$glob['rootDir'] = '/var/www/vhosts/surfboardhacker.net/httpsdocs/canada/';
$glob['rootRel'] = '/';
$glob['storeURL'] = 'https://209.250.234.170/canada';
?>
the domain has not been forwarded yet to the new server as I run two stores one for us and one for canada. I root both boxes, can anyone shed some light on this.
The problem seems that it tries to call admin twice
so i get
https://209.250.234.170/canada/admin/admin/...admin/index.php
i know this is ultimately is a conf problem. thanks in advance.
