Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL in need of assistance.


BHendrix

Recommended Posts

Ok, here is what I did. From another post I was directed to change my SSl in my configure.php to true. Here is that code:

define('ENABLE_SSL', true);	// secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'sunflowerpetsupplies.com');
define('HTTPS_COOKIE_DOMAIN', 'bl01.bluefishhosting.com/~sunflowe');

 

 

Once I did this, the links to "My Acccount", "Login", Create a New Account", and "Checkout", AND all the admin went away???????

 

I went back and made it 'false' but to no avail it did not work. :'(

 

My question is WHY!!!!!!!!!!!! What have I done? Please help me....

Link to comment
Share on other sites

You made some other editing mistake in configure.php, probably, with a missing, extra or misplaced quote. I do see an error here, but it won't cause the problem you described. (It will prevent your store from working properly.) You want this line instead:

define('HTTPS_COOKIE_DOMAIN', 'bl01.bluefishhosting.com');

 

Also, make sure that "Force Cookie Use" in admin under Sessions is set to false.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...