In order to configure CS-Cart to work properly with another domain, you should modify the config.local.php file located in the root of your CS-Cart installation. You can open and edit this file through cPanel -> File manager.
You should change the following line:
1
|
$config['http_host']='olddomain.com';
|
to
1
|
$config['http_host']='newdomain.com';
|
If you are using an SSL certificate for your website, you should also change this line:
1
|
$config['https_host']='olddomain.com';
|
to
1
|
$config['https_host']='newdomain.com';
|
If you have moved the CS-Cart installation to a different subfolder, the following lines from the same configuration file have to be changed as well:
1
2
|
$config['http_path']='/oldfolder';
$config['https_path']='/oldfolder';
|
to
1
2
|
$config['http_path']='/newfolder';
$config['https_path']='/newfolder';
|
If you experience any problems with the re-configuration you can always contact the SiteGround Support Team and they will be glad to assist you.
You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!