Knowledge Base Article

How to configure CS-Cart to work with a new domain?

In order to configure CS-Cart to work properly with another domain, you should modify the config.php file.

 

You should change this line:

 

$cscart_https_host = 'oldcomain.com';

 

to

 

$cscart_https_host = 'newdomain.com';

 

If you are using SSL, you should also change this line:

 

$cscart_https_host = 'olddomain.com';

 

to

 

$cscart_https_host = 'newdomain.com';



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  773
votes :  2

Related Articles

Views

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!