Drupal ssl https/http redirect

Mo., 06/07/2020 - 13:40
Body
Direkt nach "rewrite on"
  1. # Redirect to HTTPS
  2.  RewriteCond %{HTTPS} off
  3.  RewriteCond %{HTTP:X-Forwarded-Proto} !https
  4.  RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Super artikel! https://technikblog.gerhard-kerner.at/index.php?/archives/259-Drupal-8-auf-HTTPS-SSL-umstellen-so-funktionierts.html
Drupal