DEPRECATED as of 1.62.0: https://www.directadmin.com/features.php?id=3008 ====== option to specify the redirect host value when http is used on an https protocol. If you've enabled SSL=1 and the User enters http, then DA will give them the server IP redirect by default. This option will allow the admin to specify the value of the hostname in the redirect, which has an added benefit of forcing them to use the host that matches the certificate to valid ssl errors. The directadmin.conf option will be: ssl_redirect_host=host.name.com The default setting is for the value to not be present in the directadmin.conf. When it's not present, the server IP will be used. With the option present, it's value will be used (even it's it's blank) so make sure it only there if you want to use it. ---------- DA 1.47.1 supports adding an optional redirect port: http://www.directadmin.com/features.php?id=1708