Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page errors!?


jbaakko

Recommended Posts

Posted

Yes its shared SSL that comes with my server. I've got the https://ssl.perfora.net/blockchoice.com/ one, something wrong with that? Here's the code:

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', '/'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://ssl.perfora.net/blockchoice.com/'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.blockchoice.com');
 define('HTTPS_COOKIE_DOMAIN', 'https://ssl.perfora.net/blockchoice.com/');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', 'https://ssl.perfora.net/blockchoice.com/');
 define('DIR_WS_HTTP_CATALOG', '/');
 define('DIR_WS_HTTPS_CATALOG', 'https://ssl.perfora.net/blockchoice.com/');
 define('DIR_WS_IMAGES', 'https://ssl.perfora.net/blockchoice.com/images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'https://ssl.perfora.net/blockchoice.com/icons/');
 define('DIR_WS_INCLUDES', 'https://ssl.perfora.net/blockchoice.com/includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'https://ssl.perfora.net/blockchoice.com/boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'https://ssl.perfora.net/blockchoice.com/functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'https://ssl.perfora.net/blockchoice.com/classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'https://ssl.perfora.net/blockchoice.com/modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'https://ssl.perfora.net/blockchoice.com/languages/');

Posted

Is there maybe a file I'm not updating that I should be? The pages work if I type them in manualy, and I've changed the configure.php file but its not updating!?

Posted

EDIT...

 

I got it, I just did a re-install and now the files are working, SSL up, I need to do this to my other store now! I'll be up and running in about 24 hours!

Archived

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

×
×
  • Create New...