Hocam tek yapmanız gereken şey,
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]


bu kodu .HTACCESS Dosyasının içine eklemektir. yapamazsanız.

Kaynak : https://destek.turhost.com/htaccess-ile-https-yonlendirmesi-nasil-yapilir-http-to-https/