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 - b27j.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 28 May 2025 05:35:17 GMT
Server: Apache/2.4.58 (Ubuntu)
Location: https://b27j.com/
Content-Length: 299
Content-Type: text/html; charset=iso-8859-1

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

301 durum kodu, 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.

200 OK - https://b27j.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 28 May 2025 05:35:18 GMT
Server: Apache/2.4.58 (Ubuntu)
Last-Modified: Mon, 04 Nov 2024 18:46:25 GMT
ETag: "2472-6261ab3a92f78"
Accept-Ranges: bytes
Content-Length: 9330
Vary: Accept-Encoding
Content-Type: text/html

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: b27j.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>

  <!-- Page Information -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="Benjamin Jenkin's Homepage">
  <meta name="author" content="Benjamin Jenkin">
  <meta name="keywords" content="B27J, software, links, b27j, benjamin jenkin, ben jenkin, engineering, resume, cv">

  <title>Benjamin Jenkin - Homepage</title>

  <!-- Normalize CSS -->
  <link rel="stylesheet" href="css/normalize.css">

  <!-- Skeleton CSS for Basic Styling -->
  <link rel="stylesheet" href="css/skeleton.css">
  
  <!-- Brand Styles -->
  <link rel="stylesheet" href="css/brands.css">

  <!-- Custom Styles -->
  <style>
    body {
      background-color: #000000;
      background-image: linear-gradient(to bottom right, #000000, #7f00ff);
      color: white;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      overflow-x: hidden; /* Prevent horizontal scrolling */
    }

    .container {
      max-width: 960px;
      margin: 0 auto;
      padding: 20px;
      width: 100%; /* Ensure container doesn't overflow */
      box-sizing: border-box; /* Include padding in the element's total width */
    }

    .dropdown-content {
      display: none; /* Hide by default */
      padding-top: 10px;
    }

    .dropdown.expanded .dropdown-content {
      display: block; /* Show content when expanded */
    }

    table {
      width: 100%;
      border-collapse: collapse;
     margin: 20px 0;
      font-size: 1.1em;
      font-family: Arial, sans-serif;
      min-width: 400px;
      background-color: rgba(255, 255, 255, 0.05); /* Light transparent background */
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); /* Table shadow */
    }

    table th, table td {
      padding: 12px 15px;
      text-align: left;
      color: white;
      border-right: 1px solid rgba(255, 255, 255, 0.2); /* Faint column divider */
    }

    table th {
      background-color: #7f00ff;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      border-bottom: 2px solid #5800cc; /* Subtle border for header */
    }

    table td {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    table tr:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.05); /* Light row striping */
    }

    table tr:hover {
      background-color: rgba(255, 255, 255, 0.1); /* Highlight row on hover */
    }

    table th:first-child, table td:first-child {
      border-top-left-radius: 8px; /* Rounded top left */
      border-right: 1px solid rgba(255, 255, 255, 0.2); /* Faint column divider */
    }

    table th:last-child, table td:last-child {
      border-right: none; /* Remove divider from the last column */
      border-top-right-radius: 8px; /* Rounded top right */
    }

    table td:last-child {
      border-bottom-right-radius: 8px; /* Rounded bottom right */
    }

    table td:first-child {
      border-bottom-left-radius: 8px; /* Rounded bottom left */
    }

    header {
      text-align: center;
      padding: 20px;
    }

    .avatar {
      width: 150px;
      border-radius: 50%;
    }

    h1 {
      margin-top: 10px;
      font-size: 2.5rem;
    }

    nav {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 15px;
      margin-bottom: 30px;
      text-align: center;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    }

    nav a {
      color: white;
      text-decoration: none;
      padding: 10px 20px;
      background-color: #7f00ff;
      border-radius: 5px;
      margin: 0 10px;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0px 3px 10px rgba(127, 0, 255, 0.5);
    }

    nav a:hover {
      background-color: #5800cc;
      box-shadow: 0px 5px 15px rgba(127, 0, 255, 0.8);
    }

    .introduction {
      text-align: center;
      margin: 0 auto;
    }


    .biography {
      text-align: center;
      margin-bottom: 50px;
    }

    .row {
      display: block;
    }

    .row {
      width: 100%;
      padding: 20px;
      margin-bottom: 20px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); /* Adds depth */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Include padding and borders in width calculation */
    }

    .row:hover {
      transform: translateY(-5px); /* Slight lift effect on hover */
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7); /* Stronger shadow on hover */
    }

    .row h2 {
      color: #ffffff;
      border-bottom: 2px solid #7f00ff; /* Underline section titles */
      padding-bottom: 10px;
    }

    .download-buttons {
      text-align: center;
      margin: 20px 0;
    }

    .download-buttons a {
      display: inline-block;
      padding: 10px 20px;
      background-color: white;
      color: #7f00ff;
      border-radius: 5px;
      text-decoration: none;
      margin: 10px;
      box-shadow: 0px 3px 10px rgba(127, 0, 255, 0.5); /* Adds button shadow */
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .download-buttons a:hover {
      background-color: #5800cc;
      box-shadow: 0px 5px 15px rgba(127, 0, 255, 0.8); /* Stronger shadow on hover */
    }

    footer {
      text-align: center;
      margin-top: 50px;
    }

    .centered {
      text-align: center;
    }

    .button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #7f00ff;
      color: white;
      border-radius: 5px;
      text-decoration: none;
      margin: 10px;
      box-shadow: 0px 3px 10px rgba(127, 0, 255, 0.5); /* Adds button shadow */
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .button:hover {
      background-color: #5800cc;
      box-shadow: 0px 5px 15px rgba(127, 0, 255, 0.8); /* Stronger shadow on hover */
    }

    .icon {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 8px;
    }

    /* Hover shadow effect for the contact section */
    .contact-row {
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      margin-top: 20px;
    }

    .contact-row:hover {
      transform: translateY(-5px);
      box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.7);
    }

    .contact-row a {
        display: block;
        margin: 10px 0;
    }

    .button-container {
      display: flex;
      flex-direction: column; /* Stack buttons vertically */
      align-items: center; /* Center buttons horizontally */
      justify-content: flex-start; /* Align buttons at the top */
      padding: 20 px; /* Add some space around */
    }

    .button {
      margin: 50px 50; /* Adds spacing between buttons */
      width: 200px; /* Ensure buttons keep their natural size */
    }


    /* Media queries for responsive design */
    @media screen and (max-width: 768px) {
      nav {
        text-align: left;
        padding: 10px;
      }

      nav a {
        display: block;
        margin: 10px 0;
      }

      h1 {
        font-size: 2rem;
      }

      .avatar {
        width: 120px;
      }

      .row {
        padding: 15px;
        margin-bottom: 15px;
      }

      .download-buttons a {
        padding: 8px 15px;
        font-size: 0.9rem;
      }

      .button {
        padding: 8px 15px;
        font-size: 0.9rem;
      }
    }

    @media screen and (max-width: 480px) {
      h1 {
        font-size: 1.8rem;
      }

      .avatar {
        width: 100px;
      }

      .row {
        padding: 10px;
        margin-bottom: 10px;
      }

      .download-buttons a {
        padding: 6px 12px;
        font-size: 0.8rem;
      }

      .button {
        padding: 6px 12px;
        font-size: 0.8rem;
      }
    }
  </style>

    <!-- Favicon -->
    <link rel="icon" type="b27j.png" href="images/b27j.png">

</head>


<body>

  <!-- Navigation Bar -->
  <nav>
    <a href="https://b27j.com">Home</a>
    <a href="https://b27j.com/professional-profile">Professional Profile</a>
    <a href="https://b27j.com/refereeing">Refereeing</a>
    <a href="https://b27j.com/socials">Socials</a>
  </nav>

  <div class="container">

    <!-- Header Section -->
    <header>
      <img src="images/b27j.png" alt="Benjamin Jenkin Profile Picture" class="avatar">
      <h1>Benjamin Jenkin</h1>
      <p>Welcome to my personal homepage! I’m a Electrical and Computer Engineering student and referee.</p>
    </header>

    <!-- Introduction Section -->
    <div class="row introduction">
      <h2>About Me</h2>
      <p>Currently studying at the University of Queensland with a passion for engineering and sports officiating, I aim to build a career that combines technical expertise and leadership skills.</p>
    </div>

    <!-- Footer Section -->
    <footer>
      <p>v1.0.0</p>
    </footer>

  </div>

</body>

</html>
                               

Alan adının whois bilgisi

Domain Name: B27J.COM
Registry Domain ID: 2914635787_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-01-02T19:27:57Z
Creation Date: 2024-09-06T21:29:16Z
Registry Expiry Date: 2026-09-06T21:29:16Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-28T05:34:57Z <<<
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