Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2011
    Posts
    104
    Plugin Contributions
    0

    Default Question regarding https in configure.php

    1.3.9h GoDaddy is the host.

    I've attempted to follow the instructions in this thread:
    https://www.zen-cart.com/tutorials/index.php?article=14

    It said to find these lines:
    PHP Code:
    // Define the webserver and path parameters
    define('HTTP_SERVER''http://www.YOUR_SHOP.com');
    define('HTTPS_SERVER''https://www.YOUR_SHOP.com');
    define('ENABLE_SSL''true'); 
    I found includes/configure.php and changed the lines per the example, no problem.

    I looked in admin********/includes and found a configure.php, but i do not see lines similar to the above example. Am I looking in the wrong place? If so, where is the second configure.php I need to edit?

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Question regarding https in configure.php

    Look for this:

    * If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
    */
    define('HTTP_SERVER', 'http://www.yoursite.com');
    define('HTTPS_SERVER', 'https://www.yoursite.com');
    define('HTTP_CATALOG_SERVER', 'http://www.yoursite.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.yoursite.com');

  3. #3
    Join Date
    Jul 2011
    Posts
    104
    Plugin Contributions
    0

    Default Re: Question regarding https in configure.php

    Oh ok. I thought i was supposed to find the same set of parameters in a different configure.php

    Thanks

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: Question regarding https in configure.php

    It's not a good idea to set the entire site to SSL. For starters, the search engines won't look at https pages.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Question regarding https in configure.php

    Quote Originally Posted by dbltoe View Post
    It's not a good idea to set the entire site to SSL. For starters, the search engines won't look at https pages.
    Yep. Just got done fixing this problem on a non Zen Cart site. The original developer had the cart configured to store product images on the secure server. Over 10,000 images and the only ones showing up in Google image search are from her blog.

 

 

Similar Threads

  1. v154 question regarding line 510 of the admin/english.php
    By Thannaree in forum General Questions
    Replies: 5
    Last Post: 24 Jan 2015, 05:04 AM
  2. v151 Question regarding $manufacturers_id in tpl_product_info_display.php
    By shirster in forum General Questions
    Replies: 2
    Last Post: 9 Jul 2013, 04:59 AM
  3. Configure.php question
    By maxy007 in forum General Questions
    Replies: 1
    Last Post: 12 Jan 2011, 12:12 PM
  4. Replies: 2
    Last Post: 11 Aug 2009, 06:34 AM
  5. configure.php question
    By aliahsan81 in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 4 Dec 2008, 01:29 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