com1usa Posted March 11, 2003 Share Posted March 11, 2003 I am hosted with a company that offers shared ssl I am told that the link to my shared ssl server is secure24.dnsrouter.com/~username/directory/ How exactly do I translate that into making oscommerce work for me. i have created an awesome oscommerce site, everything works great, but cant send the purchaser to https- have tried everything.... gone to configure.php file and changed secure ctalog settings to above link but it dosent work. i tried re-directing entire shop to https, and that works, except when I get to the CC page it goes back to http!!!!! What to do!!!!! Link to comment Share on other sites More sharing options...
Ajeh Posted March 11, 2003 Share Posted March 11, 2003 I used a shared certificate ... my settings look like: define('HTTP_SERVER', 'http://www.thewebmakerscorner.com'); define('HTTPS_SERVER', 'https://secure.sashbox.net/thewebmakerscorner.com'); On another site, same server without a virtual link: define('HTTP_SERVER', 'http://www.8thoctave.com'); define('HTTPS_SERVER', 'https://secure.sashbox.net/~octave'); I prefer the virtual link as the ~ makes me feel like the site looks cheaper ... bad enough I have a shared certificate on there ... :D Link to comment Share on other sites More sharing options...
Ajeh Posted March 11, 2003 Share Posted March 11, 2003 Also, make sure you are not using $DOCUMENT_ROOT in your definitions. Use the real path, example: define('DIR_FS_DOCUMENT_ROOT', '/home/octave/public_html'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.