Re: X-Cart Smart Template v4.4.x
Quote:
Originally Posted by jkwalz108
I'm getting an error saying that my shared SSL certificate, which is different than my main domain, is not registered with the template.
|
In your config file, you need to enter the domain name of the SSL certificate and your store needs to be able to function in a directory under that domain.
Two different settings in the config.php for http and https domains... i.e.
$xcart_http_host ="www.yourhost.com";
$xcart_https_host ="www.securedirectories.com/yourhost.com";
$xcart_web_dir ="/xcart";
will result in the following URLs:
http://www.yourhost.com/xcart
https://www.securedirectories.com/yourhost.com/xcart
I think that's how you'll have to do it with the shared SSL. I tried shared SSL and it was a pain, esp over at GoDaddy... where I no longer reside
Ana
__________________
"Real knowledge is to know the extent of one's ignorance."-- Confucius
X-Cart 4.4.4
MySQL 5.0.92
Apache/2.0.64 (Unix)
PHP 5.3.6
CentOS 5.5
MODS:
Template Mela- Theme XCT010002
Altered Cart- CheckoutOne
BCS Engineering- Back In Stock Notification
X-Cart Mods- Thumbnail Candy
X-Cart Mods-Advanced Shop Closed
Google Site Search
|