I cant figure out why the site thecutelittleshop.com is unsecured via https and secured when you access the admin.
I am using zencart v1.3.9h
includes/configure.php
define('HTTP_SERVER', 'http://www.thecutelittleshop.com');
define('HTTPS_SERVER', 'https://www.thecutelittleshop.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
admin/includes/configure.php
define('HTTP_SERVER', 'http://www.thecutelittleshop.com');
define('HTTPS_SERVER', 'https://www.thecutelittleshop.com');
define('HTTP_CATALOG_SERVER', 'http://www.thecutelittleshop.com');
define('HTTPS_CATALOG_SERVER', 'https://www.thecutelittleshop.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
configuration | sessions
Cookie Domain True
Force Cookie Use False
Check SSL Session ID False
Check User Agent False
Check IP Address False
Prevent Spider Sessions True
Recreate Session True
IP to Host Conversion Status true
Use root path for cookie path False
Add period prefix to cookie domain True
Thank you for your help.


Reply With Quote
