Zen Cart Logo
Forums / General Questions / Admin Login problem

Admin Login problem

Views: 465

Results 1 to 2 of 2
29 Jan 2011, 8:31 PM
#1
black68gtx avatar

black68gtx

New Zenner

Join Date:
Dec 2010
Posts:
34
Plugin Contributions:
0

Admin Login problem

Using 1.3.9h
When I try and login to admin I keep getting this error:
Internet Explorer cannot display the webpage

I notice that the address bar has http:// when I have the "admin login" page open
after I type my user and pass I go to an https://mydomain
I have a shared SSL, in the admin/includes/configure.php

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');

should that read https://ssl4.myhostserver.net/mydomain

29 Jan 2011, 9:43 PM
#2
black68gtx avatar

black68gtx

New Zenner

Join Date:
Dec 2010
Posts:
34
Plugin Contributions:
0

Re: Admin Login problem

Yeah that was it.