Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Microsoft Expolorer problem


branopulis

Recommended Posts

Check in catalog/includes/configure.php for these three lines.

  define('HTTP_SERVER', 'http://localhost');
 define('HTTPS_SERVER', 'https://localhost');
 define('ENABLE_SSL', false);

What does yours say?

Link to comment
Share on other sites

Check in catalog/includes/configure.php for these three lines.

  define('HTTP_SERVER', 'http://localhost');
 define('HTTPS_SERVER', 'https://localhost');
 define('ENABLE_SSL', false);

What does yours say?

 

Thanks I have to rewrite localhost with real server name thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...