RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/ $1 [R,L]
.htaccess dosyasına yukarıdaki kodu eklemeniz yeterlidir.
www ve site adres kısmını doğru girmelisiniz.
Kolay gelsin.
Konu: Site SSL olmuş mu?
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/ $1 [R,L]