( my webspace account domain is actually, named, lets call it, www.maindomain.org) -
the SSL certificate is set up for www.addon.net and the root SSL enabled folder on my www.maindomain.org webspace is named "addon".
I have installed the latest version of CubeCart in the
/addon/shop/ folder and am struggling with SSL settings -
When I turn the SSL on in the admin config settings and visit https://www.addon.net/shop/ the shop has dissapeared...
However, if I visit http://www.addon.net/shop/ I can still see the shop.
My current settings in global.inc.php are :
<?php
$glob['dbdatabase'] = 'username_funky';
$glob['dbhost'] = 'localhost';
$glob['dbpassword'] = 'funky';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'username_funky';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/username/public_html/addon/shop';
$glob['rootRel'] = '/shop/';
$glob['storeURL'] = 'http://www.addon.net/shop';
?>
I have uploaded the config tool - (I`d be happy to send you the link via email) so you can see for yourself - I have asked my hosts to help, I think thay have tried to sort out the correct settings, but in the end they have simply re-directed me to you guys ...
Thanx for your time and consideration.
( I`m nearly there now - just need that extra bit of help - sorry if I`m a pain
in the ass - Its my first attempt at setting a shop up! )
abstract