Knowledge Base » CS-Cart

How do I migrate my CS-Cart to another domain name?

Art. Nr: 1195  |  Rating: 4.1/5 from 479 votes  |  Last Updated: Sun, Apr 22, 2012
starstarstarstarstar

Migrating your CS-Cart is a rather simple and straightforward. To perform the necessary changes within CS-Cart, please follow the step-by-step directions outlined.

  • Login to your cPanel web hosting account via FTP
  • Navigate to your CS-Cart installation directory
  • Locate/edit the "config.local.php" file within
  • Once this is opened, please locate the following lines:

    $config['http_host'] = 'new-domain-here.com';
    $config['https_host'] = 'new-domain-here.com';

  • Change them to the following:

    $config['http_host'] = 'old-domain-here.com';
    $config['https_host'] = 'old-domain-here.com';

  • Only adjust the underlined items above if you have SSL installed
  • Save the changes to apply them!

If you have any further questions pertaining to CS-Cart hosting, please feel free to get in contact with our web hosting support team for additional support.

Post your Comments

Popular Tutorials

RSS Feed
Please see below, some related knowledge base tutorials, which are related to your search query. Please feel free to contact us if you are not able to find what you are looking for.