Results 1 to 10 of 10

Hybrid View

  1. #1

    Default www= http, no www = https

    I just switched hosts (to bluehost) and got a dedicated IP for SSL, and have been working with support to get Comodo SSL installed. After many hours of chat support it's now sort of working...

    When I type in www.doubledogdeal.com, I get http, but when i just type in doubledogdeal.com, I get https.

    Here are what I have for the two configure.php files that the help topic says to change...any ideas on what I need to change?

    (I'm not liking the https to be on the main page at all since it gives the warning message when you put something in the cart and would like it just to be http for product pages and index)
    --------------------------------------------------------------------------------------
    define('HTTP_SERVER', 'http://www.doubledogdeal.com');
    define('HTTPS_SERVER', 'https://www.doubledogdeal.com');
    define('HTTP_CATALOG_SERVER', 'http://www.doubledogdeal.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.doubledogdeal.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');
    --------------------------------------------------------------------------------------
    define('HTTP_SERVER', 'http://www.doubledogdeal.com');
    define('HTTPS_SERVER', 'https://www.doubledogdeal.com');

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

    Thanks!
    Last edited by pRS317; 13 Jul 2008 at 05:42 AM.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: www= http, no www = https

    If your SSL certificate was "issued" to your "doubledogdeal.com" domain (without the "www"), then you need to remove "www." from all those URLs in both those configure.php files.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3

    Default Re: www= http, no www = https

    Now that you mention it, that makes it a bit more odd. Either way the domain is typed in, it goes to www (set that in htaccess), but the cert is for www (which is why I did the htaccess thing).

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: www= http, no www = https

    Sounds like you need to sort some things out with the hosting company before you go changing Zen Cart files then.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5

    Default Re: www= http, no www = https

    The tech that was helping me, last night, modified my htaccess file to redirect to https. Removing the s cleared up the index page having SSL.

    The problem now, is that I can't access my admin panel. When SSL is diabled, I can get in just fine, but when it's enabled, my user/pass doesn't work and neither does resending the password. Is there something I'm doing wrong? I contacted support, again, and they said everything looks okay and confirmed that it works as I've described.

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

    Default Re: www= http, no www = https

    Please post your admin/includes/configure.php without your password -
    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.

 

 

Similar Threads

  1. http://www.*** showing a different page than http://***
    By cellmania in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 19 Mar 2009, 07:43 PM
  2. Replies: 4
    Last Post: 19 Feb 2009, 06:02 PM
  3. site not found using http://www. but fine without www.
    By monkeymadness in forum General Questions
    Replies: 2
    Last Post: 8 Feb 2009, 09:02 AM
  4. Domain Name Mismatch (https:// vs https://www
    By johana.pat in forum General Questions
    Replies: 5
    Last Post: 27 Apr 2008, 04:42 PM
  5. Weird issue with http://www vs http://
    By bgroup99 in forum General Questions
    Replies: 2
    Last Post: 23 Apr 2008, 03:08 PM

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