samuria Posted May 23, 2012 Posted May 23, 2012 (edited) We have our site www.radiocontrolworld.co.uk if we buy something then checkout with paypal we get 404 error https: // www.radiocontrolworld.co.uk/catalog/ext/modules/payment/paypal/express.php?osCsid=b37f2a7beeeccb2e457dbc7f2634f if we check out normal we get 404 error https: // www.radiocontrolworld.co.uk/catalog/checkout_shipping.php?osCsid=b37f2a7beeeccb2e457dbc7f2634f I assume it cant find the file as its going to htpps and we dont have that? With ecwid the paypal should go to paypal site for the https and it work in that so how do we stop it looking for https and use http so it can find the file? Edited May 23, 2012 by Jan Zonjee Quote
germ Posted May 23, 2012 Posted May 23, 2012 In your /catalog/includes/configure.php file disable SSL. Change this: define('ENABLE_SSL', true); To this: define('ENABLE_SSL', false); You might have to change permissions on the file to allow editing first. Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted May 23, 2012 Posted May 23, 2012 @@samuria I would suggest having an active SSL on your website to protect your customers information even if you use PayPal, your customers information is worth protecting. SSL's are as cheap as $30.00/yr so really there is no excuse for not protecting your website. Chris Quote
Guest Posted May 23, 2012 Posted May 23, 2012 @@samuria ps. Justhost offers a FREE shared SSL, you just have to set it up properly. Chris Quote
germ Posted May 23, 2012 Posted May 23, 2012 Before puchasing a SSL certificate best to check with your host to be certain the server you are on meets all the requirements. Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.