Websiteler > Website listesi > Manage > YAPILANDIRMALAR > Rewrite Rules
<IfModule mod_rewrite.c>
Satırının bir altına enter ile gidin
RewriteCond %{HTTPS} !on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
Bunları ekleyin.
http:// ’den https// ’e başarıyla siteniz yönlendirilecektir.