Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving from Secure to not secure


RHYNO828

Recommended Posts

I have two questions...

 

1) When I installed the cart, I was planning on using a secure cert. not so anymore. How can I go about changing from Secure to not-secure when asking for customer information. Do I have to reinstall the cart? if so, how can I save all the data Ive already inputted?

 

2) How can I change the secure part of the server which I inputted during the installation? for example: when I installed the cart, I said the secure site was: https://mydomain.com.... but now I want it to be https://someotherdomain.com/myusername.

 

MANY THANKS to anyone who can answer this!

 

Thanks,

 

Adir

Adir

Link to comment
Share on other sites

1. includes/configure.php (catalog and admin) change to

define('ENABLE_SSL', false);

2. That would be the HTTPS_SERVER settings in the same files. Note: there are other entries that you should change as well. You might want to search the forums for shared SSL if that is the route you take.

 

Hth,

Matt

Link to comment
Share on other sites

Thanks a Bunch Yall!

The reason I dont want to go secure anymore is because all the credit card payments I will receive will be through paypal anyways, and they are secure...

 

Thanks again!

 

Adir

Adir

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...