Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing SSL information


swalker

Recommended Posts

Posted

I am working on getting my site fixed. When I installed OsCommerce used fantastico and when it asked for my ssl path I put in the wrong thing now I don't know how to change it. Can anyone help me?

Posted

define('HTTP_SERVER', 'http://www.blob.com'); // eg, http://localhost - should not be ........

define('HTTPS_SERVER', 'https://your ssl server address.com/your account name with you host'); //

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

define('HTTP_COOKIE_DOMAIN', 'www.blob.com');

define('HTTPS_COOKIE_DOMAIN', 'https://your ssl server address.com/your account name with your host');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

This is for Unix hosting servers.

Change only the parts in red. Your hosting company should give you details of their shared ssl server and the account name is your account name with the host. This is usually different to your website name.

Mark

Posted
I am new to this. In what file do I change the information? Thank you

 

 

includes/configure.php

 

and I would not put https:// in your cookie domains

Treasurer MFC

Archived

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

×
×
  • Create New...