iktech Posted August 3, 2004 Posted August 3, 2004 Ok I'm a complete newbie to oscommerce. Got everything installed and all seems to work well, but when I try to use the my account button or try to make an account, or when click on the shopping cart, I get a 404 File not found error. Yet everything seems to point to the right place. Can anyone tell me why this is happening, and what I can do to fix it?
Guest Posted August 3, 2004 Posted August 3, 2004 If you dont have a ssl certificate installed, in both catalog and admin/includes/configure.php change this: define('ENABLE_SSL', true); // secure webserver for checkout procedure? to: define('ENABLE_SSL', false); // secure webserver for checkout procedure? The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.