Ayarlardan site URL'sini değiştirdikten sonra ;

RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


Bu kodu .htaccess içine ekleyin.