CKENT00369 Posted October 6, 2007 Share Posted October 6, 2007 Ok I am trying to make the admin area go SSL when viewing customer info or orders. I have tried several different contribs as well as searching through this forum. So far nothing works. One contribution changed nothing at all. Another made my entire admin panel stop working... just dissappeared, after changing things back to the origional it was fixed. Can anyone point me in the right dirrection here. I am running on a windows server. and I believe its Apache // define the webserver and path parameters // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'https://mysite.net'); // eg, [url="http://localhost"]http://localhost[/url] or - [url="https://localhost"]https://localhost[/url] should not be NULL for productive servers define('HTTPS_SERVER', 'https://mysite.net'); // eg, [url="https://localhost"]https://localhost[/url] - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://mysite.net'); define('HTTPS_CATALOG_SERVER', 'https://mysite.net'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module As you can see I have added the HTTPS_Server and everything points to HTTPS what am I doing wrong. oh and in admin/includes/local the value is set to 1. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.