Zum Hauptinhalt springen Skip to page footer

Website goes live - please check

  • AnalyticsTools
  • CookieConsent
  • sitemap.xml
  • robots.txt
  • 404
  • Crontab
  • Statusbericht TYPO3 Backend
  • Dev => Prod
  • Weiterleitungen für site:domain.de => 404 (auf bestehende Seiten weiterleiten)
  • baseUrl // DomainHandling
  • automatische Weiterleitung: http => https
  • domain.de weiterleiten auf www.domain.de
<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^domain\.de [NC]
RewriteRule ^(.*)$ https://www.domain.de/$1 [L,R=301]

</IfModule>
.htaccess