Trentide Posted March 22, 2007 Posted March 22, 2007 Thanks for looking at this. I appreciate any help or advice anyone can give me. I'm getting this on the front page of my admin. It's strange because every aspect of my ssl is working. 1) I can still receive orders through authorize.net and 2) All my pages that need to be protected are (with the HTTPS), including when I go into the admin section. Am I missing something? How accurate is that Please help. I really appreciate it. Jason
Guest Posted March 23, 2007 Posted March 23, 2007 Make sure you are logging in with https and not http (check your bookmark). If that is correct try editing your admin configure.php file to; define('HTTP_SERVER', 'https://www.yourdomain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.yourdomain.com'); define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com'); (make them all https)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.