BHendrix Posted August 6, 2005 Share Posted August 6, 2005 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 More sharing options...
stevel Posted August 7, 2005 Share Posted August 7, 2005 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. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.