Okie dokie we're down to the LAST issue and we'll be rolling.
Our main site is worthsoftballbats.com and we bought a wildcard SSL for that so it would cover all subdomains.
Then we setup a couple of child sites, one of which is allbaseballbats.com, as an add-on domain. In CPanel, that shows up as allbaseballbats.worthsoftballbats.com as a subdomain.
So now I set the config file for allbaseballbats.com_config.php to look like this:
<?php
define('STORE_NAME','All Baseball Bats'); //Store Name
define('STORE_OWNER','All Baseball Bats'); //Store Owner
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
$template_dir = "allbaseballbats";
define('SITE_NAME','allbaseballbats');
define('HTTP_SERVER', 'http://allbaseballbats.com');
define('HTTPS_SERVER', 'https://allbaseballbats.worthsoftballbats.com');
define('CATEGORIES_ROOT','0'); //root categories is 1 for this site
?>
The problem is that on the checkout page I get this error:
"the domain allbaseballbats.worthsoftballbats.com does not exist."
If I take out the worthsoftballbats in the https:// line, the checkout page comes up but also with a warning that the page is insecure.
I guess what I need is some guidance on correctly setting up the config to work with the wildcard SSL. Anyone have any thoughts? Thanks for your help!
Bookmarks