I am setting up my store and I am having a problem using shared ssl. My main domain is www.goldbucklephotography.com with a sub-domain of www.discountprintingservice.com. Hostmonster said to use the following path for my shared ssl:
https://secure.hostmonster.com/~yourunixusername/
so I tried to change the files:
admin/includes/configure.php to:
define('HTTP_SERVER', 'http://discountprintingservice.com');
define('HTTPS_SERVER', 'https://secure.hostmonster.com/~goldbuck');
define('HTTP_CATALOG_SERVER', 'http://discountprintingservice.com');
define('HTTPS_CATALOG_SERVER', 'https://secure.hostmonster.com/~goldbuck');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
and
includes/configure.php to:
define('HTTP_SERVER', 'http://discountprintingservice.com');
define('HTTPS_SERVER', 'https://secure.hostmonster.com/~goldbuck');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
The above was changed per the instructions found at zen-cart and hostmonster but the shared ssl doesn't work.
When I try to goto the admin under shared ssl with the changes made above I get this error:
404 Not Found
The server can not find the requested page: 74.220.215.102/~goldbuck/store/admin/login.php (port 443)
Can anyone help me out???