In your config.php, find the lines:
// Host and directory where cs-cart is installed on usual server
$cscart_http_host = 'chicago-bm.com';
$cscart_http_dir = 'chicago-bm.com';
// Host and directory where cs-cart is installed on secure server
$cscart_https_host = 'chicago-bm.com';
$cscart_https_dir = 'chicago-bm.com';
Change them to this:
// Host and directory where cs-cart is installed on usual server
$cscart_http_host = 'chicago-bm.com';
$cscart_http_dir = '';
// Host and directory where cs-cart is installed on secure server
$cscart_https_host = 'chicago-bm.com';
$cscart_https_dir = '';
'' are two heiphens, not a speech mark.
|