I am trying to set up SSL for my Zen Cart. Some of the forums reference changing the configure.php files to do this. Is this a file that needs to be copied as an Over-Ride file would or do I just edit the file that is already there? Please advise.
I am trying to set up SSL for my Zen Cart. Some of the forums reference changing the configure.php files to do this. Is this a file that needs to be copied as an Over-Ride file would or do I just edit the file that is already there? Please advise.
Hello,
I'm having another problem. I made the changes to configure.php (assumed it does not need to be saved as an override) but I cannot upload the changes. I get a permission denied message. The CHMOD setting are set to 444 for this file. Can someone point me in the right direction?
Thanks
you will need to set the permissions to 644 or better to upload your changes
then re chmod it to 444
Zen cart PCI compliant Hosting
Thank you. In the FAQ for enabling SSL after the Zen Cart installation it shows making changes to both configure.php files. I cannot find a
define('ENABLE_SSL', 'true');
statement in the admin configure.php file. There are two other Enable statements:
ENABLE_SSL_CATALOG
ENABLE_SSL_ADMIN
Do these need to be set to True?
Yes they should be set to true,
this will allow the admin login to be secure
Zen cart PCI compliant Hosting
Thank you!