Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

which scripts/directories need to be ssl?


moxcord

Recommended Posts

Posted

Hello, I've got my install set and have an ssl cert but I can't find which files need to be ssl. It looks like the login.php is one of them, but I couldn't find any documentation.

 

We want the catalog and main info pages to not be ssl, but anything with user information/credit cards to use the ssl

 

can anyone enlighten me?

Posted

In includes/configure.php, change

 

define('ENABLE_SSL', false);

 

to

 

define('ENABLE_SSL', true);

 

Do this in admin/includes/configure.php as well. As long as your server is not set up unsually, OSC will automatically secure the pages that need to be secured.

 

You may also wish to change your HTTP_SERVER in admin/includes/configure.php to use the secure server.

Contributions

 

Discount Coupon Codes

Donations

Posted
In includes/configure.php, change

 

define('ENABLE_SSL', false);

 

to

 

define('ENABLE_SSL', true);

 

Do this in admin/includes/configure.php as well. As long as your server is not set up unsually, OSC will automatically secure the pages that need to be secured.

 

You may also wish to change your HTTP_SERVER in admin/includes/configure.php to use the secure server.

 

 

I figured it out! It apparently does it automatically once it is set to true.

i feel smart :)

Archived

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

×
×
  • Create New...