How To: Change Domain Name

  1. Edit the config.local.php file in the root directory of your CS-Cart installation:

    Before:
    $config['http_host'] = 'old_domain';
    $config['http_path'] = '';
    
    $config['https_host'] = 'old_domain';
    $config['https_path'] = '';
    
    After:
    $config['http_host'] = 'new_domain';
    $config['http_path'] = '';
    
    $config['https_host'] = 'new_domain';
    $config['https_path'] = '';
    
  2. If you use CS-Cart (not Multi-Vendor):

    • Go to Administration → Stores in the admin panel of your CS-Cart installation.

    • Click on the name of the storefront to open its settings.

    • Change the domain there and save your changes.

      Changing domain name in CS-Cart.
  3. Delete or rename the /var/cache directory to clear the cache of your store.