Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / SSL on Admin pages Issue

SSL on Admin pages Issue

Locked

Views: 1,059

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Jan 2008, 10:19 AM
#1
richpuer avatar

richpuer

New Zenner

Join Date:
Oct 2007
Posts:
5
Plugin Contributions:
0

SSL on Admin pages Issue

Hi all,

I got SSL installed on my site and now i just changed the configure.php files to enable SSL on Zen Cart.

Well, all seems well except when i am INSIDE the admin area. At the admin login page, i see the SSL lock symbol but when im inside, and i click on the links within the admin, the url goes back to http instead of remaining on HTTPS.

How can i resolve this and remain in SSL mode while navigating in admin console?

thanks

8 Jan 2008, 11:02 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: SSL on Admin pages Issue

If you want all your admin pages to be SSL, copy your setting for HTTPS_SERVER to HTTP_SERVER in your /admin/includes/configure.php file.

8 Feb 2008, 3:21 PM
#3
5hmedia avatar

5hmedia

New Zenner

Join Date:
Nov 2006
Posts:
22
Plugin Contributions:
0

Re: SSL on Admin pages Issue

that's just what i needed as well. thank you DrByte!!!