How to configure CRE Loaded to work with a new domain?

In order to configure CRELoaded to work properly with another domain, you should modify the twoconfigure.php files in includes/ and admin/includes/ folders to reflect the new domain.

The settings that should be changed in includes/configure.php are:

HTTP_SERVER - you should change this to your new domain name, e.g. http://newdomain.com:

define('HTTP_SERVER', 'http://newdomain.com');

HTTP_COOKIE_DOMAIN - again, this should be changed to reflect your new domain name:

define('HTTP_COOKIE_DOMAIN', 'newdomain.com');

If you are using SSL you should also modify:

HTTPS_SERVER - for example:

define('HTTPS_SERVER', 'https://newdomain.com');

HTTPS_COOKIE_DOMAIN - set this to:

define('HTTPS_COOKIE_DOMAIN', 'newdomain.com');
 

In admin/includes/configure.php, along with the settings above, you should also modify:
 

HTTP_CATALOG_SERVER - again, this should be changed to your new domain name:

define('HTTP_CATALOG_SERVER', 'http://newdomain.com');

If you are using SSL, you should also change HTTPS_CATALOG_SERVER to:

define('HTTPS_CATALOG_SERVER', 'https://newdomain.com');

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!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix a hacked CreLoaded website?

There is not a straight forward procedure regarding the repairing of a hacked CreLoaded web site....

‘Call to undefined method SOAP_Fault::getErrors()’ error with PayPal payment module

PayPal have recently updated their SSL certificate. This may result in the following error in...

How to remove the ‘Powered by hostlantern cPAddons’ message from the CRELoaded footer.

In this article we'll explain how to remove the "Powered by SiteGround cPAddons" message from...

How to upgrade CRELoaded?

Upgrading an application is a tricky task and you should always perform it with caution. The...

How to install CRELoaded?

CRELoaded, which was renamed to Loaded Commerce, is a shopping cart application which supports...