Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing HTTPS back to HTTP


Haitashi

Recommended Posts

Hello!

 

When I first installed OSC I choose "I want to use secure conections". Now I realize that was a mistake. When can I got to edit that? I'm not using, nor want HTTPS to come up anymore...

 

THANKS! B)

If you have a serious problem but it can be solved, why worry about it? If you have a serious problem but it can't be solved, then why worry about it?

Link to comment
Share on other sites

From my index all links lead to https:// files.

 

How/where can I edit this?

 

THANKS!

If you have a serious problem but it can be solved, why worry about it? If you have a serious problem but it can't be solved, then why worry about it?

Link to comment
Share on other sites

I have this in config.php

 

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

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

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

define('HTTP_COOKIE_DOMAIN', 'www.DOMAIN.com');

define('HTTPS_COOKIE_DOMAIN', 'www.DOMAIN.com');

 

Of course, the word DOMAIN substitute the actual domain name.

 

I still get links on my index to https urls. Refreshed the page a zillion times and still get the same error. >_<

If you have a serious problem but it can be solved, why worry about it? If you have a serious problem but it can't be solved, then why worry about it?

Link to comment
Share on other sites

Is that correct??

 

Also - I'm getting asked for user and password when I log on to the Admin Section. Could it be related?

If you have a serious problem but it can be solved, why worry about it? If you have a serious problem but it can't be solved, then why worry about it?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...