Here's the other modification we made from includes/configure.php. Am I missing something? Or is there something wrong? I made a test buy using a dummy card number through linkpoint it went through perfectly, but still it didn't call the SSL security during the test buy. Please check the coding below. I truly appreciate any further help. Thanks.
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://exophora.com:80');
define('HTTPS_SERVER', 'https://ssl127.securednshost.com/~exophora');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'yes');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/e-store/');
define('DIR_WS_HTTPS_CATALOG', '/e-store/');



