isolina Posted March 17, 2007 Posted March 17, 2007 i installed oscommerce and clicked log in yourself and create a new account. when i click it, it says can't find the page. is there anyway to fix this problem??
vasttech Posted March 17, 2007 Posted March 17, 2007 most likely you have a problem in your includes/configure.php file. In particular relating to SSL. If you do not have a SSL certificate set the SSL setting to false. If you do have one, make sure your paths are correct. osCommerce Knowledge Base osCommerce Documentation Contributions
isolina Posted March 17, 2007 Author Posted March 17, 2007 this is what i have in configure.php. would you take a look for me?? define('HTTP_SERVER', 'http://seukim97.100webspace.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://seukim97.100webspace.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'seukim97.100webspace.net'); define('HTTPS_COOKIE_DOMAIN', 'ssl.seukim97.100webspace.net'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); something wrong with this?? or am i missing something?? urgent help is needed... Isolina
usernamenone Posted March 17, 2007 Posted March 17, 2007 go to each link in that code and if those link are invalid then they are wrong. If you do not know where the ssl is then contact your host and ask for the correct link. http://ssl.seukim97.100webspace.net is a bad link https://seukim97.100webspace.net/login.php? is a bad link. this is the link your browser is trying to access when loging in.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.