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 - 67cmp.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 22 May 2025 22:02:26 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Thu, 22 May 2025 23:02:26 GMT
Location: https://67cmp.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1Ru8zC1V1jfO0hH2bdmyqq6lA78PZgqq8EZHOsEdgiEv%2FLOFvHwivadZVcJ20yic9UJb7YUNULARO%2BzTzPkzU088Cmoicu3zGHz7C8h1miBgwq8%2BOP7jqgel6sGfxxBaQ7zLn8LE4ug%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 943f990acea90a30-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7513&min_rtt=7513&rtt_var=3756&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
date: Thu, 22 May 2025 22:02:26 GMT
content-type: text/html
server: cloudflare
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
last-modified: Tue, 08 Nov 2022 06:15:12 GMT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WXYyzGGgUI9ncjRwuxvFc4Qz5PZNjYlp9sGOqSIfjEFmBDjt2RJPwYfjxHTjoflJUMtGh2T09EPvymSal628StNajm8KlUYMF%2FT3uc7jeC8tEfpaCw%3D%3D"}]}
vary: accept-encoding
cf-cache-status: DYNAMIC
cf-ray: 943f990b68ced596-AMS
alt-svc: h3=":443"; ma=86400

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

http durum kodu 301, 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: 67cmp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>跳转中...</title> 
      <script src="lib/jquery-1.10.2.min.js"></script>
    <style>
        body { margin: 0; padding: 0; background-color: #F7F7F7; min-height: 100%; height: auto !important; height: 100%; text-align: left; color: #404040; font: .28rem/1.3 "PingFang SC","Microsoft YaHei","微软雅黑"; overflow-x: hidden; }
        .dir_change { margin: 10rem 1rem; display: none; }
        .dir_change h1 { font-size: 1.5rem; text-align: center; font-weight: bold; color: #FFD200; }
        .dir_change .dir_btns { margin-top: 2rem; }
        .dir_change .dir_btns a { display: block; margin: .7rem; text-align: center; padding: 0.7rem 0; border-radius: .3rem; font-size: 1rem; border: none; text-decoration: none; }
        .dir_change .dir_btns a { background-color: #FFD200; color: #171923; font-weight: bold; }
        .dir_change .dir_tips { margin-top: 2rem; text-align: center; color: #808080; font-size: .8rem; }
    </style>
    <script type="text/javascript">

        var timer;
        var sec = 10;
        function countTime() {
            sec--;
            clearTimeout(timer);
            $(".dir_change").show();
            $(".dir_tips").html(sec + "秒后自动跳到移动版");
            if (sec <= 0) {
                top.location.href = "/MobileSite/Home/Default" + getQueryString();
            } else {
                setTimeout(function () { countTime() }, 1000)
            }
        }

        function browserRedirect() {
            var sUserAgent = navigator.userAgent.toLowerCase();
            var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
            var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
            var bIsMidp = sUserAgent.match(/midp/i) == "midp";
            var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
            var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
            var bIsAndroid = sUserAgent.match(/android/i) == "android";
            var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
            var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
            if ((bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM)) {
                top.location.href = "/MobileSite/Home/Default" + getQueryString();
                //countTime();
            } else {
                top.location.href = "/Home/Default" + getQueryString();
            }
        }
        function getQueryString() { 
            var url = location.search; //获取url中"?"符后的字串

            if (url.indexOf("?") != -1) {
                return "?"+ url.substr(1);
            } 
            return "";
        }
       
        browserRedirect();

    </script>
</head>
<body>
    <div class="dir_change">
        <h1>检测到你使用的是移动端,<br />即将跳转到移动版。</h1>
        <div class="dir_btns">
            <a href="/MobileSite/Home/Default">立即跳转</a>
            <a href="/Home/Default">PC网页版</a>
        </div>
        <div class="dir_tips"> 
        </div>
    </div>
</body>
</html>

                               

Alan adının whois bilgisi

Domain Name: 67CMP.COM
Registry Domain ID: 2684676484_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2025-03-01T18:05:04Z
Creation Date: 2022-03-27T06:54:03Z
Registry Expiry Date: 2026-03-27T06:54:03Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ART.NS.CLOUDFLARE.COM
Name Server: COCO.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-22T22:02:07Z <<<
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