exfasu Posted December 12, 2006 Posted December 12, 2006 When clicking on log yourself in or create an account this is what I get. Not Found The requested URL /ecommerce/create_account.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. -------------------------------------------------------------------------------- Apache/1.3.37 Server at secure18.inmotionhosting.com Port 443 I am not sure what step I am missing to set this up. Thanks for the help
Guest Posted December 12, 2006 Posted December 12, 2006 This is because 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.