sgtpepper Posted March 6, 2003 Share Posted March 6, 2003 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 More sharing options...
sgtpepper Posted March 6, 2003 Author Share Posted March 6, 2003 Also, with this said....do I need to copy the admin dir to the SSL side? Are Oompa-Loompa's asexual? Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.