Hi, I have searched and searched this forum and faqs and google, etc.. and I cannot seem to get the SSL issued ironed out. I have called my host and they claim all is well.
Store: www.charlestonbatcompany.net/cbcstore
zencart 1.38a hosted at 1n1 on linux server
Originally installed without SSL then had that installed, it is supposed to be a dedicated SSL.
The host had me upload a .htaccess file which contained:
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://charlestonbatcompany.net/$1 [R]
So I changed my admin/includes configure file to:
define('HTTP_SERVER', 'http://www.charlestonbatcompany.net');
define('HTTPS_SERVER', 'https://charlestonbatcompany.net');
define('HTTP_CATALOG_SERVER', 'http://www.charlestonbatcompany.net');
define('HTTPS_CATALOG_SERVER', 'https://charlestonbatcompany.net');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');
and my includes configure file to:
define('HTTP_SERVER', 'http://www.charlestonbatcompany.net');
define('HTTPS_SERVER', 'https://charlestonbatcompany.net');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
Which from what I understood should handle the redirect issue.
But when you attempt to login to the store, or checkout, or access the admin section, a redirect error is displayed.
Please tell me what I am doing wrong!
Is it something my host needs to do?
PS: Great software by the way, and yes I bought the book!




