Nov 20th, 2014, 8:44 AM
Hello,
For the most part, everything just worked after switching over to SSL. However, I get an error when I try to download files due to the original configuration of the site url was http://mydomain.com.
I went into the config file (/formtools/global/config.php) and edited this line to add https://www...:
// main program paths - no trailing slashes!
$g_root_url = "https://www.mydomain.com";
The problem is, in my automatic emails, the URL to my uploaded files still has the format http://mydomain.com. I'm using:
<a href="{$FILEURL_datafile}">{$FILENAME_datafile}</a>
What do I need to edit in order to have my site use https://www.mydomain.com?
Thanks in advance for the help,
LetsFly
For the most part, everything just worked after switching over to SSL. However, I get an error when I try to download files due to the original configuration of the site url was http://mydomain.com.
I went into the config file (/formtools/global/config.php) and edited this line to add https://www...:
// main program paths - no trailing slashes!
$g_root_url = "https://www.mydomain.com";
The problem is, in my automatic emails, the URL to my uploaded files still has the format http://mydomain.com. I'm using:
<a href="{$FILEURL_datafile}">{$FILENAME_datafile}</a>
What do I need to edit in order to have my site use https://www.mydomain.com?
Thanks in advance for the help,
LetsFly