osCmax v2.5 User Manual
Results 1 to 3 of 3

ssl in admin not showing

This is a discussion on ssl in admin not showing within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Hi, I am trying to install SSL on max 2.0. It is working fine on the front end but the ...

      
  1. #1
    New Member
    Join Date
    Feb 2005
    Posts
    20
    Rep Power
    0


    Default ssl in admin not showing

    Hi,

    I am trying to install SSL on max 2.0. It is working fine on the front end but the lock in admin is not showing or going to https. If anyone can tell me what I am doing wrong it would be appreciated.

    My settings for admin are:


    Code:
    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
      define('HTTP_SERVER', 'http://www.domainname.com'); // eg, http://localhost - should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', 'http://www.domainname.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.domainname.com');
      define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
      define('DIR_FS_DOCUMENT_ROOT', '/var/www/html/'); // where the pages are located on the server
      define('DIR_WS_ADMIN', '/admin/'); // absolute path required
      define('DIR_FS_ADMIN', '/var/www/html/admin/'); // absolute pate required
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_CATALOG', '/var/www/html/'); // absolute path required
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
      define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
      define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');

  2. #2
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default RE: ssl in admin not showing

    Try forcing the first 2 defines to https
    Code:
    define('HTTP_SERVER', 'https://www.domainname.com'); // eg, http://localhost - should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', 'https://www.domainname.com');
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: ssl in admin not showing

    Yes, and reading the docs helps too:
    http://www.oscdox.com/modules.php?op...p;pagename=SSL

    Tells you all you ever wanted to know about setting up ssl and shared ssl...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. No orders showing in Admin
    By EuroTech in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 10-17-2005, 08:16 AM
  2. My modules are not showing up in my admin...
    By margerake in forum osCommerce 2.2 Installation Help
    Replies: 7
    Last Post: 06-07-2005, 04:45 PM
  3. Need help with sql errors showing up in admin
    By fridgemags in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 07-12-2004, 07:34 AM
  4. Help.. Problems With Icons in Admin Not Showing.
    By CrashOD in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 09-16-2003, 06:54 AM
  5. Help - Pics in Admin not showing
    By smf in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 05-14-2003, 09:34 AM

Bookmarks

Posting Permissions

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