Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Just installed, but secure pages not displaying


Guest

Recommended Posts

Hello,

 

I just finished installing. For some reason, whenever I go to a page like 'create account' or 'checkout', I receive a "The page cannot be found" error. If I replace 'https' with 'http' in the url path, the page will then display. please help!

 

Thank you

J

Link to comment
Share on other sites

You need to purchase an SSL Cert. But while in development in catalog/includes/configure.php change

 

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

to

 

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

Link to comment
Share on other sites

Is this is a new install? Make sure you have you https address correct. You are using a shared SSL certificate? Talk to your host.

 

/wwwRoot/catalog/includes/configure.php

 

define('HTTPS_SERVER', 'https://www.yourhost.com/youraccount'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...