Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

why SSL to all pages?


pawarsac

Recommended Posts

Hello friends

 

I have taken shared SSL

This is my configure file.

 

================================================================

define('HTTP_SERVER', 'http://xyz.com');

 

define('HTTPS_SERVER', 'https://www.webbserv.net/~xyz/');

 

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

================================================================

But when I access web pages , it shows URL always

 

https://www.webbserv.net/~xyz/index.php?cPa...3ebb7159c9c6262

 

in this form.

 

But I just want URL as http://bickett-tobin.com/page_name with some pages secured.

I dont want all pages secured.

 

Any solution?

waiting for your reply

 

sac

Link to comment
Share on other sites

If you create a link like this, it will enable SSL:

<a href="<?php echo tep_href_link(FILENAME, '', 'SSL'); ?>">

 

If you create a link like this, SSL will be disabled:

<a href="<?php echo tep_href_link(FILENAME); ?>">

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...