Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I only want ssl on the login and checkout pages only, but...


akay5785

Recommended Posts

I only want ssl on the login and checkout pages only, but when someone logs in, other pages like "privacy.php" and such are ssl too. I only need the https server for the login.php and the checkout.

 

Basically all i need to know what to do is just, how do i configure what pages get the ssl or not. Thanks.... :oops:

 

http://aarocal.com

"I shall strike great vengence upon the!"

ohh yeah visit: http://www.aarocal.com

Link to comment
Share on other sites

IF the ssl certificate was installed correctly, the only thing you have to do is in both admin and catalog/includes/configure.php

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

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

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



HTH

The_Bear

Link to comment
Share on other sites

No but you see, i did all that and ssl works great, the only thing i'm concerned with, is that i only want the ssl to work on the login.php and the checkout procedure. Because when someone goes to an ssl page, some of my other pages such as privacy.php and conditions.php and contact_us.php all turn into ssl also, which isn't neccassary.

"I shall strike great vengence upon the!"

ohh yeah visit: http://www.aarocal.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...