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 - tpbit.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 24 May 2025 08:38:05 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Sat, 24 May 2025 09:38:05 GMT
Location: https://tpbit.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=j5Nr6ikL%2BLR6U%2F4Gq38%2FASvX%2FsMoLfoQCZP37tlWWis81bYaSfy7P1FKElcjMIudEZPfgFTzYNImEnkrlTx%2Beh7xo11mktCozZxBLzkY59lUDn%2BmJT7UQ0K9aiXBwrlWqCv7Yp2uB1k%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 944b798ccf778d89-HEL
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=9252&min_rtt=9252&rtt_var=4626&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: Sat, 24 May 2025 08:38:05 GMT
content-type: text/html; charset=utf-8
cf-cache-status: DYNAMIC
server: cloudflare
vary: Accept-Encoding
access-control-allow-origin: *
cache-control: public, max-age=0, must-revalidate
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yTRJc0gyxd8%2F%2BxSWfwKhf0fwgAvPvno8FJSiH%2Bp3NoNYQ2fOsEVekhWAHV6Y9AKgz7OA6s9NFy11hy9lYRtZoA45hrbu2BI9YNVWm2Pb8Vtsh151MFDM9haIa4Vl5a%2Fieyqih0FC8dA%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
cf-ray: 944b798d3ad48d7d-HEL

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: tpbit.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>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
    <meta name="viewport"
        content="user-scalable=0, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <link id="appIcon" rel="apple-touch-icon" sizes="114x114" />
    <title></title>
</head>

<body>

</body>
<script>
    //设置桌面图标
    let appIcon = document.getElementById('appIcon');
    appIcon.href = window.location.protocol + "//" + window.location.host + '/upload/logo.png';
    // 判断是移动端还是PC端
    function isPC() {
        if ((navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
        ))) {
            return false;
        } else {
            return true;
        }
    }
    function getQueryString(name) {
        var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
        var r = window.location.search.substr(1).match(reg);
        if (r != null) {
            return unescape(r[2]);
        }
        return null;
    }
    if (isPC()) {
        // PC端地址
        if (window.location.href.indexOf('?code=') > -1) {
            // 分享链接过来的,跳去注册页面
            window.location.replace('./pc/index.html#/register?code=' + getQueryString('code'));
        } else if (window.location.href.indexOf('?download=') > -1) {
            // 下载页
            window.location.replace('./h5/index.html#/download');
        } else {
            window.location.replace('./pc/index.html');
        }
    } else {
        // 手机端地址
        if (window.location.href.indexOf('?code=') > -1) {
            // 分享链接过来的,跳去注册页面
            window.location.replace('./h5/index.html#/register?code=' + getQueryString('code'));
        } else if (window.location.href.indexOf('?download=') > -1) {
            // 下载页
            window.location.replace('./h5/index.html#/download');
        } else {
            window.location.replace('./h5/index.html');
        }
        // var newWindow = window.open('http://www.example.com', '_blank');
        // newWindow.document.head.insertAdjacentHTML('beforeend', '<meta name="apple-mobile-web-app-capable" content="yes">');
    }
</script>

</html>                               

Alan adının whois bilgisi

Domain Name: TPBIT.COM
Registry Domain ID: 2600543244_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2025-03-07T10:28:13Z
Creation Date: 2021-03-25T18:14:57Z
Registry Expiry Date: 2029-03-25T18:14:57Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: GAIL.NS.CLOUDFLARE.COM
Name Server: TRACE.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-24T08:37:54Z <<<
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