PDA

View Full Version : Good Install ... Bad Order?


scottgutke
June 16th, 2005, 03:37 AM
I purchased this cart in March 2005. I am just getting around to making it work. After adding a few items in the cart I click on the continue button to checkout and we get the following error.

https://www.medicinelodgeranch.com/store.php?shipping_info=1

Not Found
The requested URL /store.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
________________________________________
Apache/1.3.33 Server at gnsweb01.slc.ut.golemannetworks.com Port 443



Any help would be appreciated since I only have another week on my 90 day support.

Jamie
June 16th, 2005, 01:27 PM
Hello,

The reason for the error is because the secure URL is not valid. It looks like you do not have an SSL certificate for your site, so you can't put "https://" in front of your domain name.

To resolve this, you can do one of the following:
1. get your own SSL certificate
2. use a shared SSL certificate if available (you'd have to ask your web host about this)
3. change your $site_secure_root setting in config.php to match what you have for $site_www_root. If you do this, then data submitted by the user at checkout will not be encrypted.