Well its not dropping the www by accident itws following your commands
This
needs to beCode:INCLUDE FILE CODE: define('HTTP_SERVER', 'http://blinddogcoffee.com'); define('HTTPS_SERVER', 'https://blinddogcoffee.com');
You created the ssl with the www intact, however you are telling zen to NOT use the wwwCode:INCLUDE FILE CODE: define('HTTP_SERVER', 'http://www.blinddogcoffee.com'); define('HTTPS_SERVER', 'https://www.blinddogcoffee.com');
this should take good care of ya



