Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A Shared SSL Problem


Seawind

Recommended Posts

Posted

I have a problem with installing so things work with a shared ssl.

 

I know that this is not an uncommon problem ... I have spent considerable time today going over and trying many of the suggestions in other posts on the subject.... however I am still in a state of anxiety and distress.... hence this post..

 

I have installed in /toko/ directory in both http and https servers (I have copied all files to the /toko/ directory on the https

 

I can login under https and can see shopping carts but when I come to check out I get this..

 

(https://www2.hosting.com/~belajarb/toko/checkout_shipping.php?osCsid =c8...etc)

 

 

But there is no action .. and I get a blank page in the browser

 

 

My configure.php file looks like this

 

 

define('HTTP_SERVER', 'http://domainname.com'); // eg, http://localhost - should not be empty for productive servers

 

define('HTTPS_SERVER', 'https://www2.hosting.com/~belajarb'); // eg, https://localhost - should not be empty for productive servers

 

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

 

define('HTTP_COOKIE_DOMAIN', 'domainname.com');

 

define('HTTPS_COOKIE_DOMAIN', 'www2.hosting.com/~belajarb');

 

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

 

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

 

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

 

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

 

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/');

 

 

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

 

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));

 

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

 

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

 

any help much appreciated

 

Peter

Archived

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

×
×
  • Create New...