Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Most admin pages not SSL protected

    Thanks for the reply.
    I have both catalog and admin for https, or at least I thought so.
    ----------
    define('HTTP_SERVER', 'http://www.mydomain.com');
    define('HTTPS_SERVER', 'https://www.mydomain.com');
    define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.mydomain.com');

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

    Is it set correct OR do I change the " define('HTTP_SERVER', 'http://www.mydomain.com');" and "define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com');" to https?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Most admin pages not SSL protected

    If you want the whole Admin to run as secure, you would need to have both of these as https:
    Code:
    define('HTTP_SERVER', 'http://www.mydomain.com');
    define('HTTPS_SERVER', 'https://www.mydomain.com');
    otherwise, only the login is secure in the Admin ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: Most admin pages not SSL protected

    That worked!!
    Thank you again for your help!!

  4. #4
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Most admin pages not SSL protected

    There's nothing to argue about! Do you need help?? Ask Zen Cart forum and the solution is there, almost 99% of cases. This is GREAT!!!! Thanks
    Ciao from Italy.
    enzo

 

 

Similar Threads

  1. SSL not active when navigating admin pages
    By RoboPhung in forum General Questions
    Replies: 2
    Last Post: 14 Apr 2011, 06:30 AM
  2. SSL not switching on admin and login pages
    By innovafire in forum General Questions
    Replies: 6
    Last Post: 21 Nov 2008, 08:34 PM
  3. What pages are SSL protected
    By Mickmo68 in forum General Questions
    Replies: 10
    Last Post: 29 Oct 2008, 10:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg