Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default have ssl but not s on http ?

    hi,
    i installed a ssl it s working but there is no "s" on the http
    site will show lock if you put a 's' on the end of the http but when calling another page the s goes away?
    any ideas?
    thanks

  2. #2
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: have ssl but not s on http ?

    i see this in html_header.php isn't that calling all https pages?

    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: have ssl but not s on http ?

    Did you alter both config files to reflect you now have SSL?

  4. #4
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: have ssl but not s on http ?

    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: have ssl but not s on http ?

    yes i did the 2 files that need to call the logo and its there
    but no s on the http
    do i need to do something else besides
    hard code all the files with a https?

  6. #6
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: have ssl but not s on http ?

    Do not hard code anything - the program is smart and will use SSL on the pages it needs to if you configure it properly. Please follow the instructions in the FAQ I gave above.

    If you are having a problem, then we'll need the URL.
    Last edited by Kim; 5 Feb 2009 at 02:41 AM.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: have ssl but not s on http ?

    ok thanks,
    your post with the link came up while i was posting

    there is another way to this, in the control panel too with redirects
    not quite sure how but its just 1 setting and no files need to be
    fixed trying to figure it out now

  8. #8
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: have ssl but not s on http ?

    rats did the change outlined but get a nasty red waring
    about chmod but i made the file a 444 but still have the
    warning

  9. #9
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: have ssl but not s on http ?

    file is set to rw-r-r

  10. #10
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: have ssl but not s on http ?

    had to use control panel and set to 444 644 still showed error
    but still no s on the http
    i set includes/configure.php to

    // 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://whidbeyislandmoped.com');
    define('HTTPS_SERVER', 'https://whidbeyislandmoped.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    and admin/includes/configure to

    * 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', 'https://whidbeyislandmoped.com');
    define('HTTPS_SERVER', 'https://whidbeyislandmoped.com');
    define('HTTP_CATALOG_SERVER', 'https://whidbeyislandmoped.com');
    define('HTTPS_CATALOG_SERVER', 'https://whidbeyislandmoped.com');

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

    any idea why i have no secure pages?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. SSL enabled but product links still point to http
    By Donny Bahama in forum Basic Configuration
    Replies: 1
    Last Post: 17 Dec 2011, 12:07 PM
  2. SSL is on, but http:// login page does not redirect to https://
    By jackie.taferner in forum Basic Configuration
    Replies: 17
    Last Post: 16 Jun 2011, 04:53 PM
  3. SSL works but all links remain http not https
    By spriggig in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Oct 2008, 08:10 AM
  4. banner images show in https but not http
    By makenoiz in forum General Questions
    Replies: 10
    Last Post: 26 May 2008, 04:48 AM
  5. SSL -Getting HTTP 404 Not Found Error
    By kburner in forum Basic Configuration
    Replies: 4
    Last Post: 2 May 2008, 01:48 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