Would you post the upper part of /includes/configure.php, the part where the HTTPS_SERVER, HTTP_SERVER and ENABLE_SSL is specified.
PHP Code:define('HTTP_SERVER', 'http://jmi.edencraftsupplies.co.uk');
define('HTTPS_SERVER', 'https://jmi.edencraftsupplies.co.uk');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
define('DIR_WS_PHPBB', '/');
// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', '/homepages/20/d503465712/htdocs/shops/mainshop/');
//the following path is a COMPLETE path to the /logs/ folder eg: /var/www/vhost/accountname/public_html/store/logs ... and no trailing slash
define('DIR_FS_LOGS', '/homepages/20/d503465712/htdocs/shops/mainshop/logs');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS
Learning Fast.
Eden Craft Supplies
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
I would be looking at what I am LOSING (revenue wise) by having a site that is non-functional, or "precarious" in any way.
I don't know what you are selling, but let's imagine you are looking at Gross sales of £250 a day, with a net profit of £100 a day.
Between now and the end of the year, there are roughly 160 days.
You are missing out on (based on my numbers);
Gross Revenue: 40,000
Net Profit: 16,000
... and you are fussing over a few pounds you've wasted by using the crappy 1&1 system?
Doesn't make sense to me...
(Unless your site is just a "hobby" in which case it's not important if it earns money).
20 years a Zencart User
Did you purchase that certificate for the subdomain or your primary domain? According to GeoTrust's documentation on that certificate, in the birdseed:
Your issue could be explained if you're trying to secure jmi.edencraftsupplies.uk.com when the certificate was purchased for the primary domain.Code:Bonus: Secure domain.com for free when you order www.domain.com * * This is only applicable to single-level domains. For example, www.test.domain.com will not secure test.domain.com.
Yes and no... A site set with ENABLE_SSL can be tested on a page by page basis to see if the cert works, but navigation by clicking a link from that page is likely to change back to http:. This is much like the possibility of loading the login page of a secured site by simply removing the s in https:.
Also, it is a good thing to test if the SSL functions while the site is still not set to use it in case (like here) the SSL does not function. Once verified, then yes apply all necessary changes to make the site functional with the cert.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
An individual SSL cert also requires a dedicated IP address. Perhaps the new IP has not fully propagated yet.
20 years a Zencart User