Auto redirect your website from http to https through .htaccess .Code in description

Publié le: 25 janvier 2021
sur la chaîne: FR Web Solution
472
20

Hello Friends

You can redirect your website through .htaccess file.This is called forcefully redirection.Here is the .htaccess code

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


Sur cette page du site, vous pouvez voir la vidéo en ligne Auto redirect your website from http to https through .htaccess .Code in description durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur FR Web Solution 25 janvier 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 472 fois et il a aimé 20 téléspectateurs. Bon visionnage!