Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New setup


exfasu

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...