Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared Secure Server configure question


Dimwhit

Recommended Posts

Posted

So here's the question I have after looking around for a while. For my secure server, I put files in me /public_html/secure directory. To actually access the files securely, I have to use https://secure.server.com/~myaccount/. My question is, how do I tell this script that, and does it cause any problems for a secure checkout? I'm looking primarily at the following in the config file:

 

define('HTTP_SERVER', 'http://mysite.com');

define('HTTPS_SERVER', 'https://secure.server.com/~ mysite/');

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'mysite.com');

define('HTTPS_COOKIE_DOMAIN', 'https://secure.server.com/~ mysite/');

 

I'm not sure if that's right. For one, that doesn't tell the script where to put the files needing to be secure. But if I use the /public_html/secure path, how will it know what to use for accessing the secure server.

 

Sorry if this seems boneheaded, but I've never used secure servers for more than a simple email form.

 

Thanks

Posted

Shoot, I didn't mean to put this in this forum. If a mod would like to move this to the installation forum, that would be cool.

 

Thanks, and sorry.

Archived

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

×
×
  • Create New...