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 - b7916.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=utf-8
Location: https://b7916.com:1888/
Date: Tue, 27 May 2025 23:01:00 GMT
Content-Length: 58
cache-control: no-cache
cache-control: max-age=0, no-cache, no-store, must-revalidate
content-type: text/html
date: Tue, 27 May 2025 23:01:02 GMT
expires: Tue, 27 May 2025 23:01:01 GMT
location: https://77666g.com:1888/?register=1&agent=5332804249
pragma: no-cache
server: nginx
x-cache: BYPASS
content-length: 162
content-type: text/html; charset=utf-8
location: /GE/CC/VALIDATOR?key=839e30ea22db217f853d0b24cdc014ea.e3d485fc4b1ec8a589e604462af907b0.1748386863&url=https%3A%2F%2F77666g.com%3A1888%2F%3Fregister%3D1%26agent%3D5332804249
content-length: 0
date: Tue, 27 May 2025 23:01:03 GMT
content-type: text/html; charset=utf-8
location: https://77666g.com:1888/?register=1&agent=5332804249
content-length: 0
date: Tue, 27 May 2025 23:01:03 GMT
content-type: text/html
date: Tue, 27 May 2025 23:01:04 GMT
etag: W/"6635ec44-11c2"
last-modified: Sat, 04 May 2024 08:05:24 GMT
server: nginx/1.12.2
x-cache: BYPASS

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: b7916.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html style="height: 100%;">

<head>
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <title>Welcome</title>

  <script>
    function isMobile() {
      return !!(navigator.userAgent.match(
        /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
        ))
    }
    if (isMobile() !== false) {
      if (location.href.indexOf('#') > -1) {
        location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
      } else {
        location.href = location.origin + '/m/#/home' + location.search
      }
    }
    (function () {
      var url = window.location.href,
        obj = {},
        keyvalue = [],
        key = '',
        value = '',
        parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
      for (var i in parseString) {
        keyvalue = parseString[i].split('=')
        key = keyvalue[0]
        value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
        obj[key] = value
      }

      if (obj.agent) {
        localStorage.setItem('agent', obj.agent)
      }
      if (obj.isPcInfo) {
        isPcInfo = obj.isPcInfo;
      }
      if(obj.register){
        if(!localStorage.token){
              localStorage.setItem('register', obj.register)
          }
      }
    })()
    window.vis = true
    window.onblur = function () {
      window.vis = false
    }
    window.onfocus = function () {
      window.vis = true
      if (typeof window.balanceTask === 'function') {
        window.balanceTask()
      }
    }
    if(window.origin=='https://v88575.com'){
      var _hmt = _hmt || [];
      (function() {
          var hm = document.createElement("script");
          hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
          var s = document.getElementsByTagName("script")[0]; 
          s.parentNode.insertBefore(hm, s);
      })(); 
    } else if(window.origin=='https://v88582.com'){
        var _hmt = _hmt || [];
        (function() {
          var hm = document.createElement("script");
          hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
          var s = document.getElementsByTagName("script")[0]; 
          s.parentNode.insertBefore(hm, s);
        })();
    };
    if(!isMobile()) {
      function loadJS( url, callback ) {
        var script = document.createElement('script'),
        fn = callback || function(){};
        script.type = 'text/javascript';

        //IE
        if(script.readyState){
          script.onreadystatechange = function(){
            if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                script.onreadystatechange = null;
                fn()
            }
          }
        }else{
          // 其他浏览器
          script.onload = function(){
            fn()
          }
        }
        script.src = url;
        document.getElementsByTagName('head')[0].appendChild(script);
      }

      let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
      , `https://cstaticdun.126.net/load.min.js?t=1714128805734`,
      `https://acstatic-dun.126.net/tool.min.js?t=1714128805734`
      ]
      // 用法
      loadTable.forEach( (url) => {
        loadJS(url,function(e){
          // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
        })
      })

    }
  </script>
  <link rel="shortcut icon" href="/static/hg99/img/favicon.ico" type="image/x-icon">
  <!-- <script src="/static/public/js/stomp.js"></script>
  <script src="/static/public/js/qrcode.js"></script>
 
  <script src="https://cstaticdun.126.net/load.min.js?t=1714128805734"></script>
  <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128805734"></script> -->
<link href="/static-hg99/style.css" rel="stylesheet"><link href="/static-hg99/css/pages/hg99/index.6d57f3757fd51776c00a06b7219c349b.css" rel="stylesheet"></head>

<body style="height: 100%;">
  <div id="klkApp">

  </div>
<script type="text/javascript" src="/static-hg99/js/manifest.1f10961d78cd515facbb.js?v=2024-4-26-18:52:37"></script><script type="text/javascript" src="/static-hg99/js/vendor.4e68d94d27582da1aa9a.js?v=2024-4-26-18:52:37"></script><script type="text/javascript" src="/static-hg99/js/pages/hg99/index.4349478f9f8145146a12.js?v=2024-4-26-18:52:37"></script></body>

</html>
                               

Alan adının whois bilgisi