Can anyone help me figure this out? I don't believe my original version 1.3.0.2 worked this way. I'm thinking that the links out from the secure pages are somehow not accessing the correct code in the configure file. I'm sorry I'm not brainier about this but if zencart is for everyone, even me, then please help. I think it is not going to the top of my webspace. have I done this incorrectly? If the https_catalog is /shop/ then why is the ssl info going in front of the relative links instead of the url?
Code:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.mysite.com);
define('HTTPS_SERVER', 'https://www##.ssldomain.com/username');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');