Jan 18th, 2012, 11:54 AM
Hi Robert,
Haha, no no - web dev is very complicated, don't worry about it.
Yes, Form Tools is perfectly compatible with SSL, but you have to to configure it. Is your SSL certificate for your entire site? In other words, can visit your Form Tools login page with https:// in the browser instead of the usual http?
If so, just update your global/config.php file so that the $g_root_url contains the secure "https://" protocol in the URL instead of the "http://"
Also, if your database is also secured, you'll need to add the following setting to your global/config.php file:
Not sure if this helps, but let me know how it goes!
- Ben
Haha, no no - web dev is very complicated, don't worry about it.
Yes, Form Tools is perfectly compatible with SSL, but you have to to configure it. Is your SSL certificate for your entire site? In other words, can visit your Form Tools login page with https:// in the browser instead of the usual http?
If so, just update your global/config.php file so that the $g_root_url contains the secure "https://" protocol in the URL instead of the "http://"
Also, if your database is also secured, you'll need to add the following setting to your global/config.php file:
PHP Code:
$g_db_ssl = true;
Not sure if this helps, but let me know how it goes!
- Ben