The below code when added to an .htaccess file will automatically redirect any traffic destined for http: to https:
.htaccess code here:
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
0 Comments
Thank you for your comment.. We will contact you soon..
Emoji