Cs Cart Multi Vendor Storefront Url With Wwww

Hi,

need help with Cs cart multi vendor version 4.3. Where I can switch storefront url to domain with www?

Thank you.

Hi,

need help with Cs cart multi vendor version 4.3. Where I can switch storefront url to domain with www?

Thank you.

You should update the URL in the following section of the config.local.php file:

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'domain';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘domain’;
$config[‘https_path’] = ‘’;