Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Make pictures reference http instead of a secure https


inkman

Recommended Posts

Posted

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?

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...