PhilCA
11-21-05, 06:15 PM
Hi all,
I'm trying to set-up OsCommerce with an SSL from Powweb. My URL is like this one for my shopping cart:
http://shopping.mydomainname.com
(with a subdomain)
I know that I need to setup this file:
include/configure.php
define('HTTP_SERVER', 'http://shopping.mydomainname.com/'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://mydomainnamecom.secure.powweb.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
What is the correct URL for this value 'HTTPS_SERVER' with a subdomain using Powweb SSL? Any IDEA?
Thanks
PhilCA
I'm trying to set-up OsCommerce with an SSL from Powweb. My URL is like this one for my shopping cart:
http://shopping.mydomainname.com
(with a subdomain)
I know that I need to setup this file:
include/configure.php
define('HTTP_SERVER', 'http://shopping.mydomainname.com/'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://mydomainnamecom.secure.powweb.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
What is the correct URL for this value 'HTTPS_SERVER' with a subdomain using Powweb SSL? Any IDEA?
Thanks
PhilCA