RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]


Yukarıdaki kodu htaccess dosyasına eklemelisin.