Dostum ssl sertifikasını cpanele yükle , daha sonra bu kodu .httacces dosyasına ekle yönlendirme yapsın diye ;)


if(!$_SERVER['HTTPS'])
{

$url = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
header("Location: $url");
}
?>