inkman Posted April 3, 2006 Posted April 3, 2006 The links to the images seems to try to access a secure https link. But the domain inkonthespot.com/corp720 does not have an SSL certificate installed. Is there a way to quickly make all the pics reference http instead of https?
kgt Posted April 3, 2006 Posted April 3, 2006 Make sure ENABLE_SSL and HTTP_SERVER and HTTPS_SERVER are set to appropriate entries in includes/configure.php. define('HTTP_SERVER', 'inkonthespot.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.