SSL install for subdomain

hello



i try to install ssl. but as you know that ssl normally support one domain (support sub domain ssl too expesive)



anyway cs-cart support multi langague .



so question is if someone connect our shopping mall then our base is www.example.com



then he connect from france so it's going to be fr.example.com or www.example.com/fr



so client try to purchase some product then cart (ssl certification) will move to www.example.com (englsih) located existent certification .



so what is best way. do you guys has no problem?

you can use wildcart SSL which supports sub-domains; however the cheapest way is to keep under directories (www.example.com/fr).

thanks so so much party it's helpul for me thanks a lot

but my website became redirect… like my certification is www.ayomall.com



when i connect my website as www.ayomall.com ----> ayomall.com



even i change lanaguge or click product —>http://ayomall.com/fr



so happen SSL connect error → how can i set i fixed config.local.pho file too



does not works… please let me know

All I know is that SSL certificates do not work on Ultimate v3xx.

[quote name='cncinc' timestamp='1353135455' post='149409']

but my website became redirect… like my certification is www.ayomall.com



when i connect my website as www.ayomall.com ----> ayomall.com



even i change lanaguge or click product —>http://ayomall.com/fr



so happen SSL connect error → how can i set i fixed config.local.pho file too



does not works… please let me know

[/quote]



If you have bought and installed an ssl that only works on www and not on non-www, you should edit your config.local.php



// Host and directory where software is installed on no-secure server

$config['http_host'] = 'www.domain.com';

$config['http_path'] = '';



// Host and directory where software is installed on secure server

$config['https_host'] = 'www.domain.com';

$config['https_path'] = '';



this way cs-cart will redirect to www.



If that doesn't work or makes your site loop, check your .htaccess - you might have a redirect in there too.

[quote name='Janssen' timestamp='1353140436' post='149414']

All I know is that SSL certificates do not work on Ultimate v3xx.

[/quote]



That seems very unlikely to me. Why would cs-cart make a shopping cart that does not work with ssl certs?

@flow: I do not know, but it dos not work on multistore. Only on one store. It has something to do with the fact that all stores are hosted in subfolders of the main domain.