The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Using HTTPS - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Using HTTPS (/showthread.php?tid=22169) |
Using HTTPS - sysadmbonn - Mar 10th, 2017 Hi, we just made a fresh install of this software on a fresh debian system. We went ahead and bought an SSL Cerificate and configured the webserver to only accept https connections. But it seems that most of the Hyperlinks and Image Links are hardcoded to be only http. So, my site is not loading correctly and klicking any Link will result in "404" because it is falling back to http Can you guys please advise? RE: Using HTTPS - sysadmbonn - Mar 10th, 2017 Hi all! I found the solution after some search. In the file "/var/www/formtools/global/config.php" is a "$g_root_url = "https://XXXREDACTEDFORPRIVAT.COM";" String. This one was still "http://" I dont know if this has been checked during setup or not, but now it works. RE: Using HTTPS - bfrd9k1 - Jun 27th, 2017 (Mar 10th, 2017, 8:58 AM)sysadmbonn Wrote: Hi all! Thank you. My site loaded up fine after swapping http for https but elements from themes wouldn't load... what you pointed out fixed me too! |