Zen Cart Logo
Forums / General Questions / SSL on entire admin section

SSL on entire admin section

Locked

Views: 816

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
15 May 2007, 5:07 PM
#1
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

SSL on entire admin section

How do I make my admin section only accept connections using https?

15 May 2007, 5:27 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: SSL on entire admin section

change all of these in your /admin/includes/configure.php to use https URL's:

  define('HTTP_SERVER', 'http[B]s[/B]://blah');
  define('HTTPS_SERVER', 'http[B]s[/B]://blah');
  define('HTTP_CATALOG_SERVER', 'http[B]s[/B]://blah');
  define('HTTPS_CATALOG_SERVER', 'http[B]s[/B]://blah');