I have 2 question regarding the SSL:
1) I understand that I have to make 2 config file changes. However, if I ONLY need to secure the admin pages, I only need to config my admin/include/config.php as the following, I got SSL URL from my hoster which is hostmonster.
define('HTTP_SERVER', 'http://www.<mydomain>.com');
define('HTTPS_SERVER', 'https://secure.hostmonster.com/~<I_Use_MyU_serID>');
define('HTTP_CATALOG_SERVER', 'http://www.<mydomain>.com');
define('HTTPS_CATALOG_SERVER', 'https://secure.hostmonster.com/~<myuserID>');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
Am I correct?
2) If my above setting is correct then I am having an issue now. I can get into admin home page, however, once I click any link on the admin home page, it brings me back to login page again. Anyone know why?
Thanks a lot.




