Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problem


Lexy

Recommended Posts

Posted

I had the freessl installed by cyberpixels and I no longer need it so they have removed it. Now everytime I attempt to get into my admin panel I have a problem with the (s) showing up. It comes up as https://. How can I remove that (s) so that it doesn't come up at all?

www.lovinginvestments.com

Posted

Hi,

 

Change this in your includes/configure.php in admin and/or catalog.

Posted
Hi,

 

Change this in your includes/configure.php in admin and/or catalog.

 

Thanks but I don't know how to do that. Someone did the shop for me originally. I have gone in and tried to find exaclty where I could change it but haven't found it. Can you give me an idea as to where it would be and what I'm looking for?

 

Thanks,

Lexy

www.lovinginvestments.com

Posted

In admin/includes/configure.php open it up in an editor or notepad and change this 4th line (approx) from the top to this:

 

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

Posted

This is what it looks like now:

 

define('HTTP_SERVER', 'http://www.lovinginvestments.com'); // eg, http://localhost - should not be NULL for productive servers

define('HTTPS_SERVER', 'http://www.lovinginvestments.com'); // eg, https://localhost - should not be NULL for productive servers

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

define('DIR_WS_CATALOG', '/'); // absolute path required

 

This is what it looked like before:

define('HTTP_SERVER', 'https://www.lovinginvestments.com'); // eg, http://localhost - should not be NULL for productive servers

define('HTTPS_SERVER', 'http://www.lovinginvestments.com'); // eg, https://localhost - should not be NULL for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('DIR_WS_CATALOG', '/'); // absolute path required

 

 

It's still doing the same thing. I log into the admin panel click on catalog, tools whatever (it doesn't matter) and I get the 404 error.

www.lovinginvestments.com

Archived

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

×
×
  • Create New...