HTTPS Umleitung von http auf https per .htaccess RewriteEngine on RewriteCond %{SERVER_PORT} !^443 RewriteRule ^(.*)$ https://domain.tld/$1 [r=301,L]