Hello, trying to figure out how to serve webmail on https always. If http is typed it doesn't redirect to https. I have tried most of the suggestions in forum, setting up "ssl_redirect_host" settings
added to /usr/local/directadmin/custombuild/custom/ap2/conf/extra/httpd-includes.conf
But nothing works, any help would be appreciated.
Thanks
added to /usr/local/directadmin/custombuild/custom/ap2/conf/extra/httpd-includes.conf
<location /*>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</location>
But nothing works, any help would be appreciated.
Thanks