This is a discussion on baisc SSL question?? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hi guys i need some help here, I have alredy setup osc and customized and every things working fine and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hi guys i need some help here, I have alredy setup osc and customized and every things working fine and all that. I have just enabled SSL on my server, now i need to integrate osc with SSL or the other way around. I mean i don't want to start from install.php. All i need now is visitors go thru the relevant pages in https, i.e login.php, check_out.php etc. these pages should be in https and other pages with NONSSL. where should i add what to enable SSL so that visitors access these pages in https ?? thanx in advance rhytha |
|
#2
| ||||
| ||||
| Edit: /catalog/includes/configure.php Look for the lines that refer to HTTPS SERVER
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| define('HTTP_SERVER', '&#39 |
|
#4
| |||
| |||
| define('HTTP_SERVER', '&#39 |
|
#5
| |||
| |||
| define('HTTP_SERVER', ''); // eg, http://localhost - should not be NULL for productive servers define('HTTPS_SERVER', 'https://www.mydomain.com'); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? thanx msasek , have i edited the above lines correctly |
|
#6
| |||
| |||
| just updating the above changes does'nt seem to make any difference. iam still getting only http instead of https for login and checkout process?? but when i try https:\\ directly in the browser everything works ok thanx |
|
#7
| |||
| |||
| Rhytha, Can you email me your configure file? modom@designhosting.biz and the path to your server or what admin area are you using for your domain site? |
|
#8
| ||||
| ||||
| Sometimes changes like this will not show up until you clear your cache. See if that helps.
__________________ Michael Sasek osCMax Developer
|
|
#9
| |||
| |||
| modom i have made the changes you had mailed me, but nothing is happening, for some unknown reason there is no https still. thanx |
|
#10
| |||
| |||
| guys i have a ssl.conf directory in my root, do i have to copy any file into this |