<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="refresh" content="10;url=/wp/index.php">
  <title>Redirecting...</title>
</head>
<body>
  <p>Redirecting to WordPress...</p>
  <script>
    setTimeout(function () {
      window.location.href = "/wp/index.php";
    }, 10000); // 10 saniye (10000 milisaniye) sonra yönlendirme gerçekleşecek
  </script>
</body>
</html>
Sitenizin ana dizininde "index.html" adında bir dosya oluşturun ve içeriğine aşağıdaki JavaScript kodunu ekleyin:
Bu kod, "index.html" dosyasını açtığınızda 10 saniye içinde "index.php" (WordPress ana sayfası) sayfasına yönlendirecektir.