Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Afther SSL disable get an error 404 in Admin panel


elpaisa

Recommended Posts

Hi!

 

Ather my SSL certificate has expired the last month, I did some changes for the application don't use the ssl, the front end is working fine but the admin panel is not working, I am unable to login becouse I get an error 404

 

I changed the configure.php , from:

 

define('HTTP_SERVER', 'https://www.emporiofemenino.net'); // eg, http://localhost - should not be empty for productive servers

 

define('HTTP_CATALOG_SERVER', 'http://www.emporiofemenino.net');

 

define('HTTPS_CATALOG_SERVER', 'https://www.emporiofemenino.net');

 

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

To:

 

define('HTTP_SERVER', 'http://www.emporiofemenino.net'); // eg, http://localhost - should not be empty for productive servers

 

define('HTTP_CATALOG_SERVER', 'http://www.emporiofemenino.net');

 

define('HTTPS_CATALOG_SERVER', '');

 

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

 

 

And I am unable to see the control panel

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...