help me please...
steave <[email protected]> 11 Sep 2003 21:17:50 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <7b2da41b9193a159c705367b3b0f14c0@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228086#228086
----------------------------------------------------------------
Here is the my site address
https://bri365.com/catalog/default.php
It's secure but when I click on any link (products, categoy, etc..) it goes to unsecure site http://bri365.com/catalog/something...
How can I fix this problme?
I try to change and figure it out but it's not working.
This is my catalog/inclues/configure.php file
define('HTTP_SERVER', 'https://bri365.com/'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://bri365.com/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure?
Thank You