Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Location
    Tarpon Springs
    Posts
    6
    Plugin Contributions
    0

    red flag why the links inside the admin area are not https?

    I was working on the products for my catalog when I notice that the links where not going into a https://..... but it defaults to

    http://www.mavikmarine.com/admin/alt_nav.php

    I thought it was my server but the catalog area is working perfect I log on and I tried to buy products, everything goes thru the ssl side.

    I search in the Developert tool section for anything that start it with src="http:// but nothing.

    I don't know what else to look for.

    Please I need help.

    Thank you

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: why the links inside the admin area are not https?

    If you want your entire admin area to be served via SSL, then simply set the HTTP_SERVER setting to match whatever you've got in your HTTPS_SERVER setting in your admin configure.php file. You'll have to make the file writable before you can save your changes to it.

    While you're in there, if your DIR_WS_ADMIN settings isn't the same as your DIR_WS_HTTPS_ADMIN setting, then set DIR_WS_ADMIN to be whatever you've got for DIR_WS_HTTPS_ADMIN too.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2009
    Location
    Tarpon Springs
    Posts
    6
    Plugin Contributions
    0

    Default Re: why the links inside the admin area are not https?

    Thank you for replying,

    this is how my config file is setup

    define('HTTP_SERVER', 'http://www.mavikmarine.com');
    define('HTTPS_SERVER', 'https://www.mavikmarine.com');
    define('HTTP_CATALOG_SERVER', 'http://www.mavikmarine.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.mavikmarine.com');

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

    define('DIR_WS_ADMIN', '/My admind Dir/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/My admind Dir/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    when I log in it shows secure but when I go in to any are it goes into http:// i don't know why??



    Any ideas??

    thanks
    Last edited by mavik; 8 Apr 2011 at 03:30 PM.

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

    Default Re: why the links inside the admin area are not https?

    At this time, only the login is secure in the Admin unless you change the URLs.
    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!

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: why the links inside the admin area are not https?

    As DrByte said, change HTTP_SERVER to be the same as HTTPS_SERVER:


    define('HTTP_SERVER', 'https://www.mavikmarine.com');
    define('HTTPS_SERVER', 'https://www.mavikmarine.com');

 

 

Similar Threads

  1. Why not opening Layout Boxes Controller from Tools menu under the Admin area?
    By lecherous in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Nov 2010, 08:10 AM
  2. Why are the changes I made in my admin not showing on my product pages?
    By Jay Gee in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Oct 2009, 08:53 PM
  3. Alphabetical categories but the subcategories are not. Link inside
    By Cyclespares in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 25 Feb 2009, 10:20 PM
  4. Replies: 0
    Last Post: 29 Jul 2007, 12:47 PM
  5. why the contents is not limited inside the border
    By eaglewu in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jan 2007, 04:08 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