
Originally Posted by
BA@CHW
these are the first lines on includes/configure.php
define('HTTP_SERVER', 'http://mydomain');
define('HTTPS_SERVER', 'https://nimrod.eukhost.com/~username');
define('ENABLE_SSL', true);
and
these are from admin/includes/configure.php
define('HTTP_SERVER', 'https://nimrod.eukhost.com/~username');
define('HTTP_CATALOG_SERVER', 'https://nimrod.eukhost.com/~username');
define('HTTPS_CATALOG_SERVER', 'https://nimrod.eukhost.com/~username');
define('ENABLE_SSL_CATALOG', true);
I think these are the recommnded settings from OSC Forum but if you know OS Commerce setup, do you think these are correct, as this still gives me a 404 error when I try anything that needs a https path?