jbaakko Posted January 22, 2006 Posted January 22, 2006 I'm working on my 2nd shop, I though I had it right this time, but! SSL errors or something, when accessing anything https it gives me a 404!? http://www.blockchoice.com Try create account... Josh
jbaakko Posted January 22, 2006 Author Posted January 22, 2006 I keep thinking I configued it right, the https links SHOULD point to: https://ssl.perfora.net/blockchoice.com/ and I set this in the configure.php files, but all it wants to give me is https://www.blockchoice.com HELP!? Josh
ozEworks Posted January 22, 2006 Posted January 22, 2006 Whose certificate are you using? A shared one? What have you got in your configure.php file now?
jbaakko Posted January 22, 2006 Author Posted January 22, 2006 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/');
jbaakko Posted January 26, 2006 Author Posted January 26, 2006 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!?
jbaakko Posted January 26, 2006 Author Posted January 26, 2006 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.