Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - eiic.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 30 May 2025 11:04:59 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Fri, 30 May 2025 12:04:59 GMT
Location: https://eiic.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=T82qKIUdHRaZMA438N9gpON5o%2F6VH7g7P%2BTYpfK1ojtsSJ8ilfWJLRL0fMpNBE177Z%2Fey7ZHxNegyKw5s0CW5lov2Iq%2BymgyB3%2BmZEIFyt65zvKguVOoSMlNubfqmbQT%2FTWRQiWp0Q%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 947dc0fd4e926574-AMS
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=30240&min_rtt=30240&rtt_var=15120&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=164&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
date: Fri, 30 May 2025 11:05:04 GMT
content-type: text/html
last-modified: Sun, 18 May 2025 23:21:10 GMT
cf-cache-status: DYNAMIC
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mfILTN4h%2BbwV3ImvZY0%2Fz5pCrshLwnez9LtRT5BIER8qcKE%2Bj09Zey5BBiM%2Beth4YK6%2FRze%2FEf4%2FdgIfbLFCJNdKCKoa0Y6kzJzivrpvm%2FyeSQ%3D%3D"}]}
vary: Accept-Encoding
server: cloudflare
x-powered-by: ASP.NET
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-ray: 947dc0fdd952cacd-HAM
alt-svc: h3=":443"; ma=86400

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

GET / HTTP/1.1
Host: eiic.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>EIIC.COM - Domain for Sale</title>
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
  <style>
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body, html {
      height: 100%;
      font-family: 'Roboto', sans-serif;
      background: linear-gradient(to right, #2b5876, #4e4376);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
    }

    .main {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }

    .content-box {
      background: rgba(255, 255, 255, 0.05);
      padding: 3rem 4rem;
      border-radius: 16px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      max-width: 700px;
      width: 100%;
    }

    .content-box h1 {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    .line-icon {
      width: 60px;
      height: 2px;
      background: #00e6e6;
      margin: 1.5rem auto;
      position: relative;
    }

    .line-icon::after {
      content: "🌐";
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      top: 50%;
      background: #2b5876;
      padding: 0 0.3rem;
      font-size: 1.2rem;
    }

    .content-box p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
      color: #eee;
    }

    .btn {
      background-color: #00e6e6;
      color: #000;
      padding: 0.9rem 2rem;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
    }

    .btn:hover {
      background-color: #00cccc;
    }

    form {
      margin-top: 2.5rem;
      text-align: left;
    }

    form label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 700;
      color: #ddd;
    }

    form input {
      width: 100%;
      padding: 0.75rem 1rem;
      margin-bottom: 1.5rem;
      border: none;
      border-radius: 8px;
      font-size: 1rem;
    }

    form button {
      width: 100%;
      background-color: #00e6e6;
      color: #000;
      border: none;
      padding: 0.9rem;
      font-size: 1rem;
      font-weight: 700;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    form button:hover {
      background-color: #00cccc;
    }

    footer {
      background-color: rgba(0, 0, 0, 0.2);
      padding: 1rem;
      text-align: center;
      font-size: 0.9rem;
      color: #ccc;
    }

    @media (max-width: 600px) {
      .content-box {
        padding: 2rem;
      }

      .content-box h1 {
        font-size: 2.2rem;
      }

      .content-box p {
        font-size: 1rem;
      }
    }
  </style>
</head>
<body>

  <div class="main">
    <div class="content-box">
      <h1>EIIC.COM</h1>
      <div class="line-icon"></div>
      <p>This premium domain is available for sale. Submit your offer or contact us below.</p>
      <a href="/cdn-cgi/l/email-protection#89faa7faecfbffe0eaecfaa7bbb8bbc9eee4e8e0e5a7eae6e4" class="btn">Contact Us</a>

      <form action="mailto:[email protected]" method="POST" enctype="text/plain">
        <label for="name">Name</label>
        <input type="text" id="name" name="Name" required>

        <label for="email">Email</label>
        <input type="email" id="email" name="Email" required>

        <label for="offer">Your Offer (USD)</label>
        <input type="number" id="offer" name="Offer" required>

        <button type="submit">Submit Offer</button>
      </form>
    </div>
  </div>

  <footer>
    &copy; 2025 EIIC.COM – All Rights Reserved.
  </footer>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>
                               

Alan adının whois bilgisi

Domain Name: EIIC.COM
Registry Domain ID: 2239630_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2025-05-19T03:44:26Z
Creation Date: 1998-05-19T04:00:00Z
Registry Expiry Date: 2027-05-18T04:00:00Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DEB.NS.CLOUDFLARE.COM
Name Server: LLOYD.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T11:04:48Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass