Knowledge Base Hub

Browse through our helpful how-to guides to get the fastest solutions to your technical issues.

Home  >  Shopping Carts FAQ  >  CS-Cart FAQ  >  How to migrate CS-Cart store from current hosting to a new hosting provider?
Top Scroll

How to migrate CS-Cart store from current hosting to a new hosting provider?

 2 min

In this article, we have mentioned the actual steps that one needs to execute to transfer the CS-Cart website from one server to another server. If you would like us to take care of the migration get in touch with our support team, we will make this move as smooth as possible.

Backup – The most important step before you plan to make the move to the new CS-Cart hosting provider. Take backup of all your data, files, folders and database.

Config.php File – Below are some important settings that should be made in config.php file so that it works with the new server paths.

db_host – This should be set to localhost:

$db_host = ‘localhost’;

db_name – Here you need to mention your CS-Cart shop database name:

db_name = ‘user_cs’;

db_user – Here you need to mention the username with privileges to access the CS-Cart shop database:

db_user = ‘user_cs’;

db_password – Password for accessing the shop database:

db_password = ‘cspassword’;

cscart_http_host – Here you need to mention your domain name, e.g. www.mydomainname.com:

cscart_http_host = ‘www.mydomainname.com’;

cscart_http_dir – Enter the directroy path where CS-Cart is installed

cscart_http_dir = ‘/csshop’;

This is how you can move the CS-Cart shop. If you need any help contact us through email or live chat.

For our Knowledge Base visitors only
Get 10% OFF on Hosting
Special Offer!
30
MINS
59
SECS
Claim the discount before it’s too late. Use the coupon code:
STORYSAVER
Note: Copy the coupon code and apply it on checkout.