rik Posted June 2, 2004 Share Posted June 2, 2004 I got SSL set up on the shop and can https to the first admin page (index.php), however, all the links to the admin functions on that page begin with "http://" so I get kicked back out of secure server. Where is the setting to make all the admin links go to https? Rik Link to comment Share on other sites More sharing options...
stevel Posted June 3, 2004 Share Posted June 3, 2004 In admin/includes/configure.php, change the HTTP_SERVER define to be your https URL. 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...
rik Posted June 3, 2004 Author Share Posted June 3, 2004 :) Duh... thanks Steve, that did it. Rik Link to comment Share on other sites More sharing options...
DanielG Posted June 4, 2004 Share Posted June 4, 2004 like that? define('HTTP_SERVER', 'https://www.securewebexchange.com/ezclikshop.net'); that doesn't do it for me Link to comment Share on other sites More sharing options...
stevel Posted June 4, 2004 Share Posted June 4, 2004 DanielG, I would recommend in your case that you define HTTP_SERVER as 'https://www.securewebexchange.com/' and then set DIR_WS_ADMIN and DIR_FS_ADMIN accordingly, including the '/ezclikshop.net' part. 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...
Guest Posted June 4, 2004 Share Posted June 4, 2004 nevermind, I got it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.