I think I'm missing some function to force the site to be only displayed via https.
I tried it with the common rewrite rule, but it does not work:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Any tipps?