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 - noxfs.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 162
Server: GitHub.com
Content-Type: text/html
Location: https://noxfs.com/
X-GitHub-Request-Id: B6D5:39584F:164A606:16802D9:68305C95
Accept-Ranges: bytes
Age: 0
Date: Fri, 23 May 2025 11:31:34 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410021-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1747999894.920203,VS0,VE119
Vary: Accept-Encoding
X-Fastly-Request-ID: acc19f77ec9a67440b5247d4b15965f1b0eb2def
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Sun, 21 May 2023 19:10:50 GMT
access-control-allow-origin: *
strict-transport-security: max-age=31556952
etag: "646a6cba-e88"
expires: Fri, 23 May 2025 11:41:34 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: CC56:2234C1:1699FAF:16CFE8E:68305C96
accept-ranges: bytes
age: 0
date: Fri, 23 May 2025 11:31:34 GMT
via: 1.1 varnish
x-served-by: cache-hel1410023-HEL
x-cache: MISS
x-cache-hits: 0
x-timer: S1747999894.100721,VS0,VE123
vary: Accept-Encoding
x-fastly-request-id: cc7f53e48d96f75cefaa8e7acccdf4a12f48ba5b
content-length: 3720

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.

GET / HTTP/1.1
Host: noxfs.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang=" en-US">

<head>

  <!-- google analytics -->
  

  <!-- Jekyll SEO plugin -->
  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Home | Nox</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="Home" />
<meta name="author" content="Nox" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Nox Film Studio" />
<meta property="og:description" content="Nox Film Studio" />
<link rel="canonical" href="https://noxfs.com/" />
<meta property="og:url" content="https://noxfs.com/" />
<meta property="og:site_name" content="Nox" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Home" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"Nox"},"description":"Nox Film Studio","headline":"Home","name":"Nox","url":"https://noxfs.com/"}</script>
<!-- End Jekyll SEO tag -->


  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta charset="utf-8">
  <title>Nox</title>

  <!-- TailwindCSS and Inter Font-->
  <link rel="stylesheet" href="/assets/css/main.css">
  <link rel="stylesheet" href="/assets/css/tailwind.css">
  <link rel="stylesheet" href="https://rsms.me/inter/inter.css">

  <!-- fontawesome -->
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
    integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
  
    <!-- highlight.js -->
   <link rel="stylesheet"
    href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/github-dark-dimmed.min.css">
  <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js"></script>
  <script>hljs.highlightAll();</script>
  
  <!-- MathJax -->
  <script>
    MathJax = {
      tex: {
        inlineMath: [['$', '$'], ['\\(', '\\)']]
      },
    };
  </script>
  <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
 </head>

<body class="font-sans mx-auto max-w-prose" style="background-color: #121212;">
  <div class="pt-12 pb-4">
    

<div class="mx-auto text-center prose prose-stone">
  <div>
    <h1>
      <img class="object-cover mx-auto w-500" src="/assets/img/noxfs.svg"
      alt="Nox">
    </h1>
  </div>
</div>

  </div>
</body>

<script>
  /* Funtion for getting the current year in the footer */
  (function () {
    if (document.getElementById("get-current-year")) {
      document.getElementById(
        "get-current-year"
      ).innerHTML = new Date().getFullYear();
    }
  })();

  /* Function for opning navbar on mobile */
  function toggleNavbar(collapseID) {
      document.getElementById(collapseID).classList.toggle("hidden");
      document.getElementById(collapseID).classList.toggle("block");
    }
    /* Function for dropdowns */
    function openDropdown(event, dropdownID) {
      let element = event.target;
      while (element.nodeName !== "A") {
        element = element.parentNode;
      }
      document.getElementById(dropdownID).classList.toggle("hidden");
      document.getElementById(dropdownID).classList.toggle("block");
    }

  /* Function for show/hide table of content */
  function toggleTOC() {
    var toc = document.getElementById('toc');
        if (toc.style.display == "block"){ // if toc hidden, display it 
            toc.style.display = "none";
        }
        else{ // if toc displayed, hidden it
            toc.style.display = "block";
        }
    }
</script>

</html>
                               

Alan adının whois bilgisi

Domain Name: NOXFS.COM
Registry Domain ID: 2782224314_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2025-05-04T12:45:24Z
Creation Date: 2023-05-19T09:32:56Z
Registry Expiry Date: 2026-05-19T09:32:56Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-A1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-A4.GOOGLEDOMAINS.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 13246 8 2 27FC062C2E8CA67264297B80B641CADA7E403968FA71D2205E68C99E39866D2E
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T11:31:25Z <<<
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