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 - ff1c.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 13:53:28 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
Location: https://ff1c.com/
Server: nginx
date: Fri, 23 May 2025 13:53:29 GMT
content-type: text/html
content-length: 4267
vary: Accept-Encoding
strict-transport-security: max-age=31536000
last-modified: Sat, 10 May 2025 10:27:25 GMT
vary: Accept-Encoding
etag: "681f2a0d-10ab"
server: nginx
x-cache-status: HIT
accept-ranges: bytes

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: ff1c.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <title></title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="renderer" content="webkit">
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="">
    <meta http-equiv="description" content="">

    <link rel="icon" type="image/x-icon" class="js-site-favicon" href="indexassets/images/theme/default/logo.png">
    <link rel="stylesheet" href="indexassets/css/custom/home/enter/enter.css" />
    <script src="indexassets/js/common/qrcode.min.js"></script>
    <script>
        var _czc = _czc || [];
        (function () {
        	var um = document.createElement("script");
        	um.src = "https://s9.cnzz.com/z.js?id=1281417304&async=1";
        	var s = document.getElementsByTagName("script")[0];
        	s.parentNode.insertBefore(um, s);
        })();
    </script>
</head>

<body class="enter-content pc-enter-content">
    <div class="enter-container">  
        <div class="logo-wrapper">  
            <img class="img-logo" src="indexassets/images/index-logo.png">  
        </div>  
        <div class="txt-title">&#35686&#21578&#47&#87&#97&#114&#110&#105&#110&#103</div>  
        <div class="txt-content">&#42&#33509&#38401&#19979&#26410&#28385&#49&#56&#23681&#35831&#31163&#24320&#39029&#38754</div>  
        <div class="txt-content">&#42&#32&#105&#102&#32&#121&#111&#117&#32&#97&#114&#101&#32&#117&#110&#100&#101&#114&#32&#49&#56&#32&#121&#101&#97&#114&#115&#44&#32&#112&#108&#101&#97&#115&#101&#32&#108&#101&#97&#118&#101&#32&#116&#104&#101&#32&#112&#97&#103&#101</div>  
        <a href="home.html"><div class="txt-enter">&#24050&#28385&#49&#56&#43&#65292&#28857&#27492&#36827&#20837</div></a>  
        <div class="txt-content">&#35831&#29282&#35760&#26412&#31449&#26368&#26032&#32593&#22336</div>  
        <div class="txt-content">&#26412&#31449&#32463&#24120&#26356&#25442&#22495&#21517&#65292&#35831&#25910&#34255&#49&#48&#20010&#20197&#19978&#26368&#26032&#22495&#21517&#25165&#21487&#20445&#35777&#27704&#20037&#35775&#38382&#26412&#31449&#65281</div>  
        <div class="txt-content">&#21457&#36865&#20219&#24847&#37038&#20214:<span>&nbsp; &#104&#117&#97&#110&#103&#117&#97&#116&#118&#48&#49&#64&#103&#109&#97&#105&#108&#46&#99&#111&#109 &nbsp;</span>&#33719&#21462&#26368&#26032&#22495&#21517</div>  
        <div class="txt-saveqr" onclick="downloadQRCode()">  
            <div class="qrcode" id="qrcodeSmall" style="width:20px; height:20px;"></div>  
            &#20445&#23384&#20108&#32500&#30721  
        </div>  
        <div class="txt-content">&#22914&#26524&#28857&#20987&#36827&#20837&#21518&#25171&#19981&#24320&#26412&#31449&#65292&#35831&#25442&#65288&#30005&#20449&#25110&#32852&#36890&#65289&#32593&#32476&#65292</div>  
        <div class="txt-content">&#31227&#21160&#32593&#32476&#39057&#32321&#23631&#34109&#26412&#31449&#12290</div>  
    </div>

<div id="qrcode" style="width:200px; height:200px; position: absolute; bottom: 0; left: 0; z-index: -1; visibility: hidden;"></div>

<script>  
    var host = document.domain;  
    console.log(host);  
    
    var qrcode = new QRCode(document.getElementById("qrcode"), {  
        width: 200,  
        height: 200  
    });  
    qrcode.makeCode(host+'/home.html');  

    var qrcodeSmall = new QRCode(document.getElementById("qrcodeSmall"), {  
        width: 20,  
        height: 20  
    });  
    qrcodeSmall.makeCode(host);  

    function downloadQRCode() {  
        var canvas = document.querySelector('#qrcode canvas');
        if (!canvas) {  
            return;  
        }  
        var imgData = canvas.toDataURL("image/png");  
        
        var link = document.createElement("a");  
        link.download = host + '/home.png';
        link.href = imgData;
        document.body.appendChild(link);
        link.click();  
        document.body.removeChild(link);
    }
</script>
</body>

</html>                               

Alan adının whois bilgisi