Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL/HTTPS problem... not like the other thread


garrityplus

Recommended Posts

Posted

you will need to make sure the HTTPS_SERVER is defined. I saw a thread today about someone that had the configure.php from admin and catalog mixed up... Did you check that thread or is that the one you are referring to in your subject?

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

the only other place i see https_server is in the default.php

 

this is what it has... does it look ok?

 

<base href="<?php echo (getenv('HTTPS') == 'on' ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

<link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>">

Archived

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

×
×
  • Create New...