Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    red flag URL Hard Coded causing SSL problems

    Just installed the SSL Certificate and made changes to the configure.php files to define the webserver and path parameters. It seems the template I have is hardcoded the full HTTP:// URL

    All the category links, information links, top navigation links, store items, are hardcoded to http://URL and the SSL is not working correctly.

    See site: https://www.totally-diva.com/store

    How can I correct this and what files?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: URL Hard Coded causing SSL problems

    Most do not run their stie in https mode as Zen Cart will auto switch when necessary. Check your configure.php for standard paths

    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
      // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      define('HTTP_SERVER', 'http://www.your_domain.com');
      define('HTTPS_SERVER', 'https://www.your_domain.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Hard coded Contact Us page
    By mudpit in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Nov 2012, 07:13 AM
  2. categoryListBoxContents and hard-coded widths
    By dingraham in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jan 2009, 10:46 PM
  3. SSL works when hard coded but not dynamically
    By flambeau in forum General Questions
    Replies: 5
    Last Post: 25 May 2006, 01:22 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR