Knowledge Base Article

How to configure CubeCart to work with a new domain?

In order to configure CubeCart to work properly with another domain, you should modify the includes/global.inc.php file.

 

You should change this line:

 

$glob['storeURL'  ] = 'http://olddomain.com' ;

 

to:

 

$glob['storeURL'  ] = 'http://newdomain.com' ;



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  1474
votes :  2

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

powered by

Valid XHTML 1.0 Strict Valid CSS!