Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL - Double Checking my config....


sgtpepper

Recommended Posts

I just want to double check my config for ssl.

 

Here are my details:

 

I have a URL www.myurl.com but my SSL is through my ISP so ssl is https://secure.myisp.com/mydomain

 

What I have done is the following....

 

1) I copied my catalog dir from my http to my https dir

2) changed configure.php in https and http to the following

 

define('HTTP_SERVER', 'http://www.mydomain.com'); // eg,

define('HTTPS_SERVER', 'https://secure.myisp.net/mydomain'); // eg,

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

 

define('DIR_FS_DOCUMENT_ROOT', 'APPROPRIATE ROOT PATH TO HTTP DIR');

define('DIR_FS_CATALOG', 'APPROPRIATE ROOT PATH TO HTTP DIR';

 

Remeber this configure.php is EXACTLY the same for my http and https files. I want to make sure that I have 'DIR_FS_DOCUMENT_ROOT' and 'DIR_FS_CATALOG' set correctly.

 

Should they point to the 'APPROPRIATE ROOT PATH TO HTTPS DIR' for the ssl configure.php file? Currently it points to the non ssl path....

 

Hope I explained this correctly......

Are Oompa-Loompa's asexual?

Link to comment
Share on other sites

Someone correct me if i am wrong but the only directorie that as to be copied at both place http and https is the image directorie !

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...