ZenphotoCMS Forum
Https - Can't activate - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Https - Can't activate (/thread-13343.html)



Https - Can't activate - Billy - 2019-11-06

Hello,

I try to activate the https protocol for my photo gallery but when I save it, it automatically goes back to http.

How to force the https on ZenPhoto? I already have the rest of my site in https.

Thanks!




Https - Can't activate - acrylian - 2019-11-06

Anything in the error/debug logs?




Https - Can't activate - Billy - 2019-11-06

Nothing, it is simply written "Saved" when I saved.




Https - Can't activate - acrylian - 2019-11-06

I asked because the setting is stored in the zp-date/zenphoto.cfg.php file and not saving usually indicates some file/folder permission issues. But you can open the config file and change the $conf['server_protocol'] = "http"; to $conf['server_protocol'] = "https"; manually, too




Https - Can't activate - Billy - 2019-11-06

Thanks, now it's works !