Create a .htaccess file in your public_html folder and place in the following in that file:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Retry and all pages should be forced to SSL https

آیا این پاسخ به شما کمک کرد؟ 1 کاربر این را مفید یافتند (1 نظرات)