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