SSL Certificate Kurduktan sonra http'den https'e yönlenmiyorsa bu kod işinizi görür.


http'den https'e yönlendirme kodudur.

Bu kodu .htaccess dosyanızın en başına koyun 1. satıra



RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]