More information - I've put a htm file into the secure.domainname.com and called up the file - the page displayed along with the golden lock.
myenv.php only showed this: [same on root & store.domainname.com]Your communication with the server secure.domainname.com is encrypted. Opera has classified the encryption as strong (3).
the server secure.domainname.com has identified itself with an electronic certificate. The certificate is signed and verified by an issuer that is on this browser's list of trusted authorities.
put the myenv inside the secure SSL folder$HTTP_HOST = www.store.domainname.com
$HTTPS_HOST =
getenv('SERVER_PORT') = 80
getenv('HTTPS') =
getenv('HTTP_X_FORWARDED_SERVER') =
getenv('HTTP_X_FORWARDED_HOST') =
getenv('HTTP_X_FORWARDED_BY') =
$_SERVER['HTTPS'] =
getenv('DOCUMENT_ROOT') = /home/xxxx/public_html/store
$DOCUMENT_ROOT = /home/xxxx/public_html/store
$HTTP_HOST = secure.domainname.com
$HTTPS_HOST =
getenv('SERVER_PORT') = 443
getenv('HTTPS') = on
getenv('HTTP_X_FORWARDED_SERVER') =
getenv('HTTP_X_FORWARDED_HOST') =
getenv('HTTP_X_FORWARDED_BY') =
$_SERVER['HTTPS'] = on
getenv('DOCUMENT_ROOT') = /home/xxx/public_html/secure
$DOCUMENT_ROOT = /home/xxx/public_html/secure
How to set up SSL with zen cart for non-root stores? This is as far as I can get. Hope someone can assist please!
Should the session be set on ID or cookies or ?



