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 - 1ec5.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 19:59:07 GMT
Server: Apache
Location: http://www.1ec5.org/
Content-Length: 228
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 - http://www.1ec5.org/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 19:59:08 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Last-Modified: Tue, 03 Feb 2015 20:13:08 GMT
ETag: "1e6e-50e34b30e2c2f"
Accept-Ranges: bytes
Content-Length: 7790
Cache-Control: max-age=600
Expires: Fri, 23 May 2025 20:09:08 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Language: en-us

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: 1ec5.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>
    <title>1ec5.org</title>
    <meta charset="utf-8">
    <meta name="copyright" content="Copyright © 2007–2015 Minh Nguyen.">
    <meta name="description" content="Minh Nguyễn, ardent defender of diacritics everywhere.">
    <meta name="keywords" content="minh, xuan, nguyen, 1ec5, ễ, minger, notes, weblog, blog, tilde, circumflex">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://www.1ec5.org" r (nz 1 vz 1 lz 1 oz 1 cb 1) gen true for "http://1ec5.org" r (nz 1 vz 1 lz 1 oz 1 cb 1))'>
    <link rel="shortcut icon" href="favicon.png" sizes="16x16 32x32" type="image/png">
    <link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
    <link rel="apple-touch-icon" href="apple-touch-icon.png" type="image/png">
    <link rev="made" href="mailto:?to=&#x006d;&#x0078;&#x006e;&#x0040;1ec5.org">
    <style type="text/css">
        @-webkit-keyframes wave {
            from {
                -webkit-transform: translate(0, 1em);
            }
            
            to {
                -webkit-transform: translate(1em, 0);
            }
        }
        
        @keyframes wave {
            from {
                transform: translate(0, 1em);
            }
            
            to {
                transform: translate(1em, 0);
            }
        }
        
        html {
            overflow-x: hidden;
        }
        
        body {
            margin: 0;
            background: radial-gradient(circle farthest-corner at 60% 40%, white, white 40%, #fafafa 50%, #fafafa 60%, #dedede);
            background-repeat: no-repeat;
            height: 100%;
            min-height: 100vh;
            width: 100%;
            min-width: 100vw;
            font-family: "Helvetica", "Arial", sans-serif;
            padding-bottom: 2.2em;
        }
        
        main {
            -webkit-transition: filter 1s;
            transition: filter 1s;
        }
        
        main:-moz-window-inactive {
            filter: saturate(30%) blur(2px);
        }
        
        main:window-inactive {
            -webkit-filter: blur(2px);
            filter: saturate(30%) blur(2px);
        }
        
        h1 {
            margin-top: 15vh;
            margin-bottom: 0;
            text-align: center;
        }
        
        h1 pre {
            display: inline-block;
            text-align: left;
            font-family: "Courier New", "Courier", monospace;
            font-weight: bold;
            font-size: 70%;
            font-size: 2.6vw;
            color: mediumseagreen;
            opacity: 0.9;
            text-shadow: 1px 1px 0 mediumseagreen, -1px 1px 0 mediumseagreen, 0 0 20px mediumspringgreen;
            text-shadow: 0.1vw 0.1vw 0 mediumseagreen, -0.1vw 0.1vw 0 mediumseagreen, 0 0 2vw mediumspringgreen;
            -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
            speak: none;
        }
        
        h1 pre::after {
            display: none;
            speak: normal;
            content: "1ec5.org, since 0x7d7";
        }
        
        .since {
            font-family: "Helvetica", "Arial", sans-serif;
            letter-spacing: 0.5ch;
            text-shadow: none;
            font-variant: small-caps;
            text-transform: capitalize;
            font-weight: bold;
        }
        
        h1 pre em {
            font-style: normal;
            text-shadow: 1px 1px 0 mediumseagreen, 2px 1px 0 mediumseagreen, -1px 1px 1px seagreen;
            text-shadow: 0.1vw 0.1vw 0 mediumseagreen, 0.2vw 0.1vw 0 mediumseagreen, -0.1vw 0.1vw 0 seagreen;
            opacity: 0.9;
            position: absolute;
            -webkit-transform: rotate(-1deg) translate(-0.25%, 0);
            transform: rotate(-1deg) translate(-0.25%, 0);
            line-height: 1.2em;
        }
        
        h1 pre del {
            text-decoration: inherit;
            position: absolute;
            margin-left: -0.3em;
            opacity: 0.1;
            text-shadow: 0 0 4px mediumseagreen, 0 0 4px mediumseagreen, 0 0 10px mediumseagreen;
            text-shadow: 0 0 0.4vw mediumseagreen, 0 0 0.4vw mediumseagreen, 0 0 1vw mediumseagreen;
        }
        
        nav ul {
            margin: 0;
            margin-top: 10vh;
            padding: 0;
            text-align: center;
        }
        
        nav li {
            list-style: none;
            display: inline-block;
            padding-bottom: 2em;
        }
        
        nav a {
            display: block;
            width: 10em;
            max-width: 100vw;
            height: 2em;
            text-align: center;
            text-decoration: none;
            font-family: "Helvetica", "Arial", sans-serif;
            font-size: 200%;
            color: mediumseagreen;
            opacity: 0.9;
            text-shadow: 1px 1px 0 mediumseagreen, -1px 1px 0 mediumseagreen;
            letter-spacing: 0.5ch;
            text-transform: uppercase;
        }
        
        nav a::before {
            content: "•";
            speak: none;
            color: white;
            text-shadow: 0 0 1px red, 0 0 10px red, 0 0 30px red, 0 0 50px white;
            position: absolute;
            box-shadow: 0 0 300px rgba(255, 0, 0, 0.1), 0 0 200px white inset;
            margin: -100px;
            padding: 100px;
            border-radius: 50%;
            visibility: hidden;
            transition: visibility 0s 0s;
        }
        
        nav a:hover::before {
            visibility: visible;
            -webkit-animation: wave 1s both;
            animation: wave 0.5s ease-out both;
            transition: visibility 0s 0.2s;
        }
        
        pre, li {
            cursor: -moz-grab;
            cursor: -webkit-grab;
            cursor: grab;
        }
        
        ::-moz-selection {
            background-color: rgba(245, 245, 245, 0.8);
            color: #fafafa;
            text-shadow: 2px 1px 5px white, -2px 1px 5px white, 0 0 20px white;
            text-shadow: 0.2vw 0.1vw 0.5vw white, -0.2vw 0.1vw 0.5vw white, 0 0 2vw white;
        }
        
        ::selection, ::selection:window-inactive {
            background-color: rgba(245, 245, 245, 0.8);
            color: #fafafa;
            text-shadow: 2px 1px 5px white, -2px 1px 5px white, 0 0 20px white;
            text-shadow: 0.2vw 0.1vw 0.5vw white, -0.2vw 0.1vw 0.5vw white, 0 0 2vw white;
        }
        
        @media (max-width: 400px) {
            h1 pre {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                font-size: 4vw;
            }
        }
    </style>
</head>

<body>

<main role="main">
    <h1><pre>
             ,-..'                         
        _&lt;->_                              
   __  ______ ____ ______                  
 _/  ||   ___|    \   ___|                 
|_   ||  |  |  ,\__| |                     
  |  ||  |_ |  |  |  '--.                  
  |  ||   _||  | _|_.-.  )    <span class="since">since <del>2007</del>7d7</span>  
<em>  |  ||  |  |  ||  |_ |  |   ___  ___  ___ </em>
 _|  ||  |__|  `;  | \;  ;  | _ || '_/| _ |
<em>|______|_____|____/\____/ * |___||_|  |__ |</em>
                                       /__|</pre></h1>
    
    <nav>
        <ul>
            <li><a href="http://notes.1ec5.org/" hreflang="en-US" lang="vi">Minh</a></li><!--
            --><li><a href="http://avim.1ec5.org/" hreflang="vi"><acronym>AVIM</acronym></a></li><!--
            --><li><a href="software/daclo/" hreflang="vi" lang="vi">Đắc Lộ</a></li>
        </ul>
    </nav>
</main>

</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: 1EC5.COM
Registry Domain ID: 1887037791_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dreamhost.com
Registrar URL: http://www.DreamHost.com
Updated Date: 2024-09-24T09:25:36Z
Creation Date: 2014-11-25T01:09:25Z
Registry Expiry Date: 2026-11-25T01:09:25Z
Registrar: DreamHost, LLC
Registrar IANA ID: 431
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.7148729370
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T19:58:53Z <<<
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