I'm guessing I've installed something wrong but when I'm in the admin section it jumps from https back to the http version.
I've reviewed both configure files and they seem to be ok.
Any hints on how to put this right?
thanks
Sarah
I'm guessing I've installed something wrong but when I'm in the admin section it jumps from https back to the http version.
I've reviewed both configure files and they seem to be ok.
Any hints on how to put this right?
thanks
Sarah
Are you sure you have "enabled" the SSL (or disabled it, whichever you need) in both the Admin config file and the Catalog config file?
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
define('ENABLE_SSL', 'true');In this hosting instance the public and secure folders are separate so I've uploaded all the code twice and have the same config files in the "admin/includes" and "includes" pair of folders.// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
In the Admins section, the SSL ONLY works during the login procedure, by default.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
At the present time, if you want your entire admin area to operate in SSL, simply use your correct https: address instead of the http: address in your admin configure.php file.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
OK, thanks for that. I've also checked the code in boxes and seen that it is coded that way.
The host was meant to have turned off the "open_basedir restriction in effect." settings given that we are using their recommended cart option. It's ok on the https and I was hoping to get some setup done while that is being ok'd.
thanks