Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problems. Catalog operates correct until


coast2co

Recommended Posts

In non secure the catalog is fine go to https:// and the catalog shows text and products decription text but graphics and pics show boxes where there suppose to be. Any ideas why the graphics are gone in secure mode. site for those that would reference: www.coast2coastelec.com then click to Our Catalog and its okay but in address add an s in the http and site goes crazy

Link to comment
Share on other sites

https://www.coast2coastelec.com/osCommerce/catalog/index.php

 

look at the base href

 

<base href="https://st58.startlogic.com/osCommerce/catalog/">

 

The config file is wrong.

 

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

 

make it:

 

define('HTTPS_SERVER', 'https://www.coast2coastelec.com');

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...