Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ssl problem


Marathon Computers

Recommended Posts

Posted

well, i added my ssl, well i think so anyway. here is my code

define('HTTP_SERVER', 'http://sarviscomputers.com');
define('HTTPS_SERVER', 'https://secure51.nocdirect.com/~sarvisco/store/');
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'http://sarviscomputers.com');
define('HTTPS_COOKIE_DOMAIN', 'https://secure51.nocdirect.com/~sarvisco/store/');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');
define('DIR_WS_IMAGES', '/store/images/');
define('DIR_WS_ICONS', '/store/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/');

but when i go to checkout it shows an error

Not Found
The requested URL /~sarvisco/store//store/checkout_shipping.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

LoL..you can try it if you want...

Go here

just add a product and hit check out

 

This is a shared ssl BTW

Posted

define('HTTPS_SERVER', 'https://secure51.nocdirect.com/~sarvisco');

 

define('HTTPS_COOKIE_DOMAIN', '');

 

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

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

 

Vger

Posted

This is why. It would not be doing this (look at the file pathway in the error) if the mods I suggested were applied

 

/~sarvisco/store//store/checkout_shipping.php

 

You still have this pathway

 

define('HTTPS_SERVER', 'https://secure51.nocdirect.com/~sarvisco/store/');

 

Vger

Archived

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

×
×
  • Create New...