ok I have re-keyed the cert. checked all config files they are set to true. all url's in the config files match the cert url. All file permission are correctly set. And I am still getting the same problem. I just don't get it. I have read all day about godaddy SSL and zen-cart issues. Most issues are like mine, and the fix them the same way. here is a website that works withe there SSL from go daddy.
https://projectrwanda.org/user/login
can anyone tell me the difference between our site?
Mine is https://www.gemz4you.com/index.php?main_page=login
the weird thing is it only seems to work when I go to my Admin area to work on zen-cart.
This is from the admin/includes/configure.php
define('HTTP_SERVER', 'http://gemz4you.com');
define('HTTPS_SERVER', 'https://gemz4you.com');
define('HTTP_CATALOG_SERVER', 'http://gemz4you.com');
define('HTTPS_CATALOG_SERVER', 'https://gemz4you.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', '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_ADMIN', '//'); I took this off for the post this area works with the SSL
define('DIR_WS_CATALOG', '/'); Nothing was here is the suppose to be something?
define('DIR_WS_HTTPS_ADMIN', '//'); I took this off for the post, this area works with the SSL
define('DIR_WS_HTTPS_CATALOG', '/') Nothing was here should there be?
and here is the includes/configure.php
define('HTTP_SERVER', 'http://www.gemz4you.com');
define('HTTPS_SERVER', 'https://www.gemz4you.com');
// 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', '/'); Nothing here is there suppose to be?
define('DIR_WS_HTTPS_CATALOG', '/'); Nothing here is there suppose to be?
So I am back at the beginning could someone help.