mushindo Posted July 27, 2003 Posted July 27, 2003 Quick question: Recently did a new install for oscomm MS2 and everything seems to work wonderfully, even with SSL. The problem seems to be coming in when they reach the checkout_success.php page. It says the typical "Thank you for your order" text, but upon clicking the continue button...it cannot find the page it is looking for. Has anyone run across this before? Im sure it must have something to do with the configure.php settings from my install, but Im unsure where I should look. Any help would be greatly appreciated. Sincerely, Bruce 19 contributions submitted
jbroomfield Posted July 28, 2003 Posted July 28, 2003 I also have the same problem using MS2. When I click on checkout, it brings me to '404 page not found'. Please help There are only 10 types of people in this world: those that understand binary and those that don?t.
jbroomfield Posted July 29, 2003 Posted July 29, 2003 Okay, I fixed it. Here is my problem: I am running off a server hosted by a 3rd party company. So their https server is not localhost, but some other location that I found out from them. So instead of the following code in configure.php: define('HTTP_SERVER', 'http://www.mydomain.com'); define('HTTPS_SERVER', 'https://www.mydomain.com'); I changed it to the following: define('HTTP_SERVER', 'http://www.mydomain.com'); define('HTTPS_SERVER', 'https://host123.ipowerweb.com/~myusername'); So if you are running a server that is not yours, and that server is running a shared SSL, you will have to configure to something similar to what I have done. ASK YOUR SERVER ADMINISTRATOR. Hope it helps. ps. if you are running a server that is not yours, you also have to do something likewise and ask them where is your https cookie domain. There are only 10 types of people in this world: those that understand binary and those that don?t.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.