Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

version & ssl


Guest

Recommended Posts

i installed oscmmerce of my webhost cpanel. i've looked in catalog/included/configure.php, and this is what i see at top..

 

$Id: configure.php,v 1.12 2002/06/16 22:11:53 harley_vb Exp $

 

my cart is up and running fine, my next step is adding the secure link. from browsing the threads it looks like all i will have to do is edit the confige files, http / https lines.

 

my questuons

1. how do i find what versiuon i am running? *i assume i will need the identical version for my secure link*

2. what all files need to go into the secure link structure dir.

Link to comment
Share on other sites

The only thing you should have to do is: in both admin and catalog/includes/configure.php change your path in https and set enable ssl to true like this:

define('HTTPS_SERVER', 'https://your ssl adress.com'); // eg, https://localhost - should not be empty for productive servers

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

 

HTH

The_Bear

Link to comment
Share on other sites

hey man thanks for the reply. you are up very early, i however have not gone to bed yet.

 

what about versions? i'd like to think that i'm right when thing dofferent versions will not be compatible.. how will i check what i have, and get a copy of it to put on my ssl server. what all must go on ssl server?

 

how difficult is upgrading from old versions to the newest?

Link to comment
Share on other sites

That is what i am saying, if the ssl was installer right, you do NOT have to put a copy of osc on your ssl server

 

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...