Could this issue have to do with the SSL?
A little background:
I am implementing Multisite on a test environment (a remote staging server rather than a local install). I have Zen Cart installed into a directory (ex. www.domain.com/shop) with the two subdomains (shop.domain.com and catalog.domain.com) pointed to the Zen Cart installed directory.
I have matched up the
define('HTTP_SERVER', 'http://www.domain.com');
define('HTTPS_SERVER', 'https://www.domain.com');
exactly how it is in the includes/config.php file but the SSL we will be using is really for our live site and not the testing server.
Can I comment out the define('HTTPS_SERVER' and define('DIR_WS_HTTPS_CATLOG' to make it work or does anyone have any other solutions?


Reply With Quote
