Gilt für: deHOSTED WebPack
Letztes Änderungsdatum des Themas: 02.02.2017
Anleitung wie eine Webseite mit HTTP auf HTTPs via .htaccess 301 Redirect weitergeleitet wird.
##############
RewriteEngine On
RewriteCond %{HTTPS} off
# First rewrite to HTTPS:
# Don't put www. here. If it is already there it will be included, if not
# the subsequent rule will catch it.
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Now, rewrite any request to the wrong domain to use www.
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
##############
Legnépszerűbb cikkek
Wie melde ich mich im deHOSTED Webhosting Control Panel an?
Um sich im deHOSTED Webhosting Control Panel anzumelden führen Sie folgende Schritte durch....
Wie konfiguriere ich einen SSH Zugang?
Gilt für: Webhosting, WebPack Letztes Änderungsdatum des Themas: 29.03.2019In diesem Artikel...
Installieren eines SSL-Zertifikats im deHOSTED Webhosting Control Panel
Folgen Sie den nachstehenden Anweisungen, um ein SSL-Zertifikat auf dem Webserver für Ihre Domain...
Welche Namensserver muss ich bei einer externen Domain einstellen.
Gilt für: deHOSTED Webhosting Plans/ deHOSTED WebPack Letztes Änderungsdatum des Themas:...