Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help!


jorujuja

Recommended Posts

Posted

I get a "IE cannot display the webpage" error on these two pages.

Create an account page and all other pages are working except these. I checked the directory and they're there.

What could be wrong?

Posted

In your configure.php file you have SSL turned on but do not have an SSL cert.

 

 

  define('HTTP_SERVER', 'http://www.mysite.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'http://www.mysite.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', false); // secure webserver for checkout procedure?

Archived

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

×
×
  • Create New...