zareen Posted May 30, 2004 Share Posted May 30, 2004 Hello, I have successfully installed the shopping cart except for one thing. We receive a page not found in a few specific places. * When clicking on "Welcome Guest would you like to log in", and then putting in log-in info and clicking continue. * When not logged in and try to leave a review * When done checking out and click Continue button. Other than that we can log in and out quite successfully. I'm thinking it is in my config file. Following are my settings. ----------------------------------------------------- define('HTTP_SERVER', 'http://knittingzone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host8.webserver1010.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'knittingzone.com'); define('HTTPS_COOKIE_DOMAIN', 'host8.webserver1010.com/knittingzone'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/knittingzone/catalog/'); Link to comment Share on other sites More sharing options...
Guest Posted May 30, 2004 Share Posted May 30, 2004 you need to change https_server to https://host8.webserver1010.com/knittingzone Link to comment Share on other sites More sharing options...
Guest Posted May 30, 2004 Share Posted May 30, 2004 Hello,I have successfully installed the shopping cart except for one thing. We receive a page not found in a few specific places. * When clicking on "Welcome Guest would you like to log in", and then putting in log-in info and clicking continue. * When not logged in and try to leave a review * When done checking out and click Continue button. Other than that we can log in and out quite successfully. I'm thinking it is in my config file. Following are my settings. ----------------------------------------------------- define('HTTP_SERVER', 'http://knittingzone.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host8.webserver1010.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'knittingzone.com'); define('HTTPS_COOKIE_DOMAIN', 'host8.webserver1010.com/knittingzone'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/knittingzone/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/knittingzone/catalog/'); I think these should be the same directory define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); Link to comment Share on other sites More sharing options...
zareen Posted May 30, 2004 Author Share Posted May 30, 2004 Thanks John, But that doesn't work. When I add /knittingzone to the https server I get this when trying to log in: https://host8.webserver1010.com/knittingzon...9914bdca98ce898 Obviously it is getting /knittingzone/ from somewhere else. Any clue? Link to comment Share on other sites More sharing options...
zareen Posted May 30, 2004 Author Share Posted May 30, 2004 YES! HALLELEUIA! I did both those things and it took care of the problem. I have one more problem, but I'll give it a new post. Link to comment Share on other sites More sharing options...
241 Posted May 30, 2004 Share Posted May 30, 2004 this is where it is getting knittingzone from define('DIR_WS_HTTPS_CATALOG', '/knittingzone/catalog/'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.