Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing from http to https after installation


Guest

Recommended Posts

Posted

Simply put how do I do it? I can't find the option anywhere. I seen it when I installed it but I figured I would have the option later to change it.

Posted

You will need to edit your /includes/configure.phpand /admin/includes/configure.php files. Do not use the file manager to edit them. Download to your computer, edit then reupload.

 

Look for anything with define('HTTPS

 

like in your includes/configure.php file (may be more or different in the admin one)

 

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

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

define('HTTP_COOKIE_DOMAIN', 'localhost');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTPS_CATALOG', '');

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Archived

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

×
×
  • Create New...