-
Did you ever get a solution to this problem? Because I have the same one. This worked so much better when it was Dolphin. I STILL have sites working great on that platform. So uncomplicated. This is a nightmare. NOTHING on install should have any kind of http redirect errors. NOTHING WORKS WITHOUT THE S.
-
Hello. Do you have an SSL certificate set up? In UNA CMS and in the database, are all your URLs using https://? If you configure a consistent URL scheme and an SSL certificate, UNA CMS should work properly on Raspberry Pi 5.
-
Hello @una102 !
If you don't have the possibility to setup SSL on your site, then you need to edit the inc/header.inc.php file of your installed UNA and correct the value of the BX_DOL_URL_ROOT constant to use the http instead of https like:
from:
define('BX_DOL_URL_ROOT', 'https://una.nicodemusventures.org/'); ///< site urlto this one:
define('BX_DOL_URL_ROOT', 'http://una.nicodemusventures.org/'); ///< site urlBTW - the key-secret should be set up for the http://una.nicodemusventures.org/ domain too.
-