Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL


jasonfriedland

Recommended Posts

Posted

I can help you with that. I've set OSC up on my own box with a shared ssl and it took me a long time to figure out what to change.

 

../includes/configure.php

 

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://xxx.xxx.xxx.xxx'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://xxx.xxx.xxx.xxx'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

I also have my shop setup on a subdomain (i.e. shop.domain.com). You'd set that up here as well (i.e. http://xxx.xxx.xxx/domainx/subdomainy/).

 

Hope this helps!

Posted

Same or differnt DB?

 

If different then point your

http://domain1.com
secure server to maybe
http://your_shared_secure_server.com/~your_user_directory/domain1_directory

then point your 
http://domain2.com
secure server to maybe
http://your_shared_secure_server.com/~your_user_directory/domain2_direcotry

Archived

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

×
×
  • Create New...