zareen Posted May 28, 2004 Posted May 28, 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 and ssl instructions from my server. I've changed some names for security. -------------------------------------------------------------------- define('HTTP_SERVER', 'http://knitplace.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host8.webserve05.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'knitplace.com'); define('HTTPS_COOKIE_DOMAIN', 'host8.webserve05.com/knitplace'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/knitplace/catalog/'); This is the instructions from our server: All you have to do in order to call your file securely using our Secure Server is to create your file as you would normally but call it using the following secure address: https://yourservername/yourdomainname/yourfile.html Note: Be sure to include the "s" in https, and do not include the .com (etc.) or the www. in your domain name of this URL. Yourfile.html should be in your www directory. If you want to call a file in a directory below your www directory, just make the necessary changes to the address - https://youservername/yourdomainname/ subdirectory/yourfile.html
Guest Posted May 28, 2004 Posted May 28, 2004 you need to find out what your server name is supposed to be, see if it is knitplace or if they have it as something else in the alias file
zareen Posted May 28, 2004 Author Posted May 28, 2004 As far as I can understand from the server instructions the full path for https should end up: https://host8.webserve05/knitplace/myfile.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.