|
M
|
MikeT 7/27/2020 |
|
I think it's ultimately read dynamically and then constructed from the server configuration, by e.g. reading $_SERVER["HTTPS"] |
|
|
|
Sergey Kornilov admin 7/28/2020 |
|
It will use HTTPS automatically if your project runs under HTTPS. Just make sure you run one of the latest versions of PHPRunner. |
|
|
|
Myr0n 7/28/2020 |
|
I use .htaccess to force http to https in my server production. RewriteEngine On
|
|
|
M
|
mhollibush author 7/29/2020 |
|
I use .htaccess to force http to https in my server production. here is what I have in my .htaccess that is in my root directory. RewriteEngine On
|
|