Tamam o zaman, onu boşver şunu dene.
etiketinin kapandığı yerin altına şu kodu yapıştr
<script>
function redirectHttpToHttps()
{
var httpURL= window.location.hostname + window.location.pathname + window.location.search;
var httpsURL= "https://" + httpURL;
window.location = httpsURL;
}
redirectHttpToHttps();
</script>
etiketinin kapandığı yerin altına şu kodu yapıştr
<script>
function redirectHttpToHttps()
{
var httpURL= window.location.hostname + window.location.pathname + window.location.search;
var httpsURL= "https://" + httpURL;
window.location = httpsURL;
}
redirectHttpToHttps();
</script>
hocam bu şekıldede site girişi dönüp duruyor.