Results 1 to 10 of 10

Threaded 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.

 

 

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