RE: SSL? Does that have to be set before setup?
H2O <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <546f5102727a515c2e421b6d92ce6ed9@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228083#228083
----------------------------------------------------------------
You may have to enable SSL in the /catalog/includes/configure.php
Set[code]define('ENABLE_SSL', false);[/code] to [code]define('ENABLE_SSL', true);[/code]