Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    5
    Plugin Contributions
    0

    Default Another SSL problem...

    Sorry if you've seen this thread before. I posted in a completely wrong category.

    The cart is here: http://www.angeltreasures.com

    It is hosted on GoDaddy with an Turbo SSL. The SSL is installed. I've changed both the includes/configure.php file and the admin/includes/configure.php so that ENABLE_SSL is 'true'. I can get it to work if I manually type https instead of http but it won't do it automatically (like if I click on the normal login link).

    As a side note, I've also noticed that my css styling disappears on the https pages... and I've also got those weird address duplication errors with https.

    Any help would be awesome!

    CONFIGURE.PHP below

    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'http://www.angeltreasures.com');
      define('HTTPS_SERVER', 'https://www.angeltreasures.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      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_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
      define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    
      define('DIR_WS_PHPBB', '/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_CATALOG', '/home/content/l/s/a/lsalzer/html/');
    
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
      define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    
    // define our database connection
      define('DB_TYPE', 'mysql');
    
    etc

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Another SSL problem...

    can you 1 try switching to the classic template and see if this continues,

    if not then can you post the code from
    includes/templates/YOUR TEMPLATE/common/html_header.php
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Jul 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Another SSL problem...

    OMG, freaking GoDaddy. I'm sorry, it looks like it was GoDaddy messing with the server that was causing the problem. I reuploaded the configure files after they finished and it now works properly. Thanks for your time! If anyone else has a problem, don't forget to check on what your host is doing to on your account.

 

 

Similar Threads

  1. Another SSL thread...
    By Crooked_Halo in forum Basic Configuration
    Replies: 6
    Last Post: 10 Aug 2008, 03:25 PM
  2. another SSL problem
    By shobuz99 in forum Basic Configuration
    Replies: 4
    Last Post: 29 Jul 2008, 04:28 PM
  3. Another SSL issue
    By Mineralicious in forum General Questions
    Replies: 7
    Last Post: 4 Jun 2008, 06:12 AM

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