Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

login.php not found (others too)


sutabi

Recommended Posts

Tring to get a few things working and well I get this error:

 

Not Found

The requested URL /shop/login.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.

 

The location:

https://jp.respoil.com/shop/login.php <--- this is the problem!!! it needs tobe http://jp.respoil.com/shop/login.php <-- no https but http. Is there a way to fix this?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...