Activer le certificat SSL pour le transfert

Support Wissensdatenbank

Du bist hier:
Print

Certificat SSL sur le transfert

  1. Désactivez la redirection Plesk et passez le domaine en hébergement normal.
  2. Assurez-vous que le certificat pour le domaine est déjà activé. Sinon, installez d’abord un certificat.
  3. Ensuite, vous créez avec FileManager 2 les fichiers ‘.htaccess’ et index.php. Vous les remplissez ensuite avec le contenu suivant:

.htaccess:

RewriteEngine sur
RewriteBase /
RewriteRule (.*) https://www.musterdomain.ch/$1 [R=301,L]

 

index.php :

<?php
header("Location : https://www.musterdomain.ch/");exit ;
?> ;

 

Transfert SSL avec iframe Pour rediriger la page d’accueil, créez plutôt un fichier index.html avec le contenu suivant:

 

<html>
  <head>
    <title>FireStorm Umleitung</title>
  </head>
  <style>
    body {
      margin: 0;
      padding: 0;
    }

    body,
    iframe {
      width: 100%;
      height: 100%;
    }

    iframe {
      border: 0;
    }
  </style>
  <body>
    <iframe src="https://www.meinezielurl.tld" />
  </body>
</html>

 

 

Ensuite, il vous suffit de rediriger le’document root’ vers le nouveau répertoire’redirect’ et d’activer le certificat SSL gratuit’Let’s Encrypt’ dans les paramètres d’hébergement du site.

Paramètres d’hébergement TipUnder, vous pouvez activer en permanence la redirection de HTTP vers HTTPS.

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post