Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: SSL Not Working!! Please help.

    Here is my ZENCART\INCLUDES\configure.php info:

    // 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://www.thailandcrafts.net');
    define('HTTPS_SERVER', 'https://www.thailandcrafts.net');

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

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');


    Here is my ZENCART\ADMIN\INCLUDES\configure.php

    * 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.thailandcrafts.net');
    define('HTTPS_SERVER', 'https://www.thailandcrafts.net');
    define('HTTP_CATALOG_SERVER', 'http://www.thailandcrafts.net');
    define('HTTPS_CATALOG_SERVER', 'https://www.thailandcrafts.net');

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

  2. #2
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: SSL Not Working!! Please help.

    Quote Originally Posted by prof752 View Post
    Here is my ZENCART\INCLUDES\configure.php info:
    Code:
    // 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://www.thailandcrafts.net');
    define('HTTPS_SERVER', 'https://www.thailandcrafts.net');
    
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    You must be looking at a different configure.php than the one your zen cart installation is using. Your site is using thailandcrafts.net as the domain name (without the www) so it must be picking that up from a different configure.php than the one you are looking at. Double check that you have uploaded the changed file to your server correctly.

    Regards,
    Christian.

  3. #3
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: SSL Not Working!! Please help.

    I THINK I finally got it working. For some reason, i was editing the configure.php files in Dreamweaver and uploading them to my server, but the changes weren't taking -- I assume due to CHMOD restrictions. Because when I viewed the file on the server, the ENABLE_SSL was still set to "false" even though I had changed that to "true".
    I tried changing those CHMOD settings and editing the file directly on the server and then changing the CHMOD back again.
    I think that did the trick. Now when I go to "Checkout", it switches to HTTPS.

    Thanks,
    Mike

 

 

Similar Threads

  1. Please Please HELP! Cross Sell not working... Any ideas People?
    By jorsara in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Mar 2010, 12:08 AM
  2. Help help help please site not working !
    By symmo in forum General Questions
    Replies: 1
    Last Post: 15 Jan 2010, 10:18 PM
  3. Checkout not working please help!
    By BigSash in forum General Questions
    Replies: 2
    Last Post: 15 Dec 2008, 07:06 PM
  4. Help with SSL and Admin Page Not Working
    By chuck68tx in forum Basic Configuration
    Replies: 6
    Last Post: 22 Aug 2008, 05:37 AM
  5. Please Help Contact Us not working.
    By abhik.chakraborty in forum General Questions
    Replies: 0
    Last Post: 10 Mar 2008, 12:45 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