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 - hnkmk.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, 23 May 2025 14:46:36 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://hnkmk.com/
Strict-Transport-Security: max-age=31536000
server: nginx
date: Fri, 23 May 2025 14:46:37 GMT
content-type: text/html; charset=utf-8
vary: Accept-Encoding
set-cookie: think_var=en-cn; path=/
set-cookie: PHPSESSID=v902t8fml6qmdpbuev9o5t7660; path=/; HttpOnly
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
pragma: no-cache
strict-transport-security: max-age=31536000

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: hnkmk.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
<title></title>
<link rel="stylesheet" href="/image/weui.css" />
<link rel="stylesheet" href="/image/bootstrap.min.css" />
<script src="/image/zepto.min.js" type="text/javascript"></script>
<script src="/image/jquery.min.js" type="text/javascript"></script>
<script src="/image/weui.min.js"></script>
<script src="/layer3.1/layer.js"></script>
<script src="/image/common.js"></script>
<link rel="stylesheet" href="/image/iconfont.css" />
<link rel="stylesheet" href="/image/common.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://cdn.staticfile.org/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
$(document).ready(function(){
    $(".nav-list-ico").on('click',function(){
        if($('.left-nav').attr('class')=='left-nav active'){
                $('.left-nav').removeClass('active');
                $('.cover-mask').removeClass('active');
        }else{
                $('.left-nav').addClass('active');
                $('.cover-mask').addClass('active');
        }
    })
    $('.cover-mask').on('click',function(){
            if($('.left-nav').attr('class')=='left-nav active'){
                $('.left-nav').removeClass('active');
                $('.cover-mask').removeClass('active');
            }else{
                $('.left-nav').addClass('active');
                $('.cover-mask').addClass('active');
            }
    })
    $('.nav-item').on('click',function(){
            $('.left-nav-List').removeClass('active');
            $(this).addClass('active');
            $('.left-nav').removeClass('active');
            $('.cover-mask').removeClass('active');
    })
})
</script>

<link rel="stylesheet" href="/plugin/swiper/swiper-3.4.2.min.css" />
<script type="text/javascript" src="/plugin/swiper/yy.js"></script>
<script type="text/javascript" src="/plugin/swiper/swiper-3.4.2.min.js"></script>
<style type="text/css">
.header-wrap {background: #fff; color: #000}
.header-wrap a {color: #000}
.cate .item {
	padding: 15px;
	width: 25%;
	line-height: 25px;
}
.cate .arrow {height: 40px;}
.cate .down-arrow {-webkit-transform: rotate(180deg);    transform: rotate(180deg);}
.cate .icon {
	width: 30px;
	margin: 0 auto;
}
.cate .item .t2 {color: #b0b0b0;}
.list-coin {
	padding: 10px;
	border-top: 3px solid #ededed;
}

.list-coin .hd {
	padding: 10px;
	color: #7f7f7f
}

.list-coin .item {
	border-bottom: 1px solid #efeeee;
	padding: 15px;
}
.list-coin .item .t2 {color: #b0b0b0;}
.list-coin .item:LAST-CHILD {
	border-bottom: 0px;
}

.list-coin .item .persent {
	padding: 6px;
	color: #fff;
	border-radius: 4px;
	background: #00c483;
	text-align: center;
}
.list-coin .item .persent-red {background: #db5656!important}
.footbar {position: fixed; z-index: 999; bottom: 0; left: 0; right: 0;}
.footbar .btn {border-radius: 30px;  width: 40%; margin:10px;}
.footbar a {display: block;}
.footbar .btnreg a {color: #fff}
</style>
<script type="text/javascript">
    function getMarket() {
		$.ajax({
		    type: 'post',
		    url: "/index/okx/market/type/1.html",
		    dataType: "json",
		    data: $("form").serialize(),
		    success: function(res) {
		        $(".market1").html(res.result);
		    }
		});
    }
    function getMarket2() {
		$.ajax({
		    type: 'post',
		    url: "/index/okx/market/type/2.html",
		    dataType: "json",
		    data: $("form").serialize(),
		    success: function(res) {
		        $(".market2").html(res.result);
		    }
		});
    }
	$(document).ready(function() {
		getMarket();
		var timerId = setInterval(getMarket, 30000); 
		
		getMarket2();
		var timerId2 = setInterval(getMarket2, 30000); 
	})
</script>
</head>
<body>
	<div class="header-wrap" style="position: inherit;">
		<div class='flex flex-between align-center pd10'>
			<div class='logo'>Home</div>
			<div class="lang tr">
	<div class="btnlang">
	  <a href="/index/index/lang.html">	
		<img src="/image/en-cn.jpg" class='lang-ico' style="display: none;">
				<img src="/image/nav6.png" width="18" class="q-mx-sm">
	  </a>
	</div>
	<!--
	<ul class="list-lang">
		<li class="flex">
			<img src="/image/en-us.jpg">&nbsp;
			<a href="/index/index/index/lang/en-us.html">English</a>
		</li>
	</ul>
	-->
</div>
		</div>
	</div>
	<!-- 首页banner _star -->
	<div class="swiper-container swiper-banner" style="margin: 10px;">
		<div class="swiper-wrapper box_swipe" id="box_swipe">
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311143.png" width="100%" height="230" /></a>
			</div>
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311144.png" width="100%" height="200" /></a>
			</div>
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311142.png" width="100%" height="200" /></a>
			</div>
			<div class="swiper-slide">
				<a href=""> <img class="lazy" src="/image/202311141.png" width="100%" height="200" /></a>
			</div>
		</div>
		<div class="swiper-pagination"></div>
	</div>
	<!-- 首页banner _end -->
	<script>
		var swiper = new Swiper('.swiper-container', {
			pagination : '.swiper-pagination',
			paginationClickable : true,
			spaceBetween : 30,
			centeredSlides : true,
			autoplay : 2500,
			autoplayDisableOnInteraction : false
		});
	</script>
	<div class="cate" ><!--style="display: none;"-->
		<div class="flex market2" style="overflow-x: scroll;"></div>
	</div>
	
<div class="cate">
	<div class="flex flex-center flex-row">
		<div class="item tc">
			<div class='icon'>
				<a href="/index/wallet/index.html">
					<img src="/image/nav_icon_5.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/wallet/index.html">Wallet</a>
			</div>
		</div>	
		<div class="item tc">
			<div class='icon'>
				<a href="/index/recharge/index.html">
					<img src="/image/nav_icon_1.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/recharge/index.html">Recharge</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/withdraw/index/coin/usdt.html">
					<img src="/image/nav_icon_2.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/withdraw/index/coin/usdt.html">Withdraw</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/order/index/coin/usdt.html">
					<img src="/image/nav_icon_3.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/order/index/coin/usdt.html">Transfer</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/news/help.html">
					<img src="/image/nav_icon_6.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/news/help.html">Help center</a>
			</div>
		</div>		
		<div class="item tc">
			<div class='icon'>
				<a href="/index/main/index.html">
					<img src="/image/nav_icon_7.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/main/index.html">Investment</a>
			</div>
		</div>		
		<div class="item tc">
			<div class='icon'>
				<a href="/index/member/upgrade.html">
					<img src="/image/nav_icon_4.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/member/upgrade.html">VIP</a>
			</div>
		</div>
		<div class="item tc">
			<div class='icon'>
				<a href="/index/user/onlinecall.html">
					<img src="/image/nav_icon_8.png" class='img'>
				</a>
			</div>
			<div class='title'>
				<a href="/index/user/onlinecall.html">Contact customer service</a>
			</div>
		</div>
	</div>
</div>
	<div class="list-coin">
		<div class="hd flex">
			<div class="flex-block">Currency</div>
			<div class="flex-block tr">Latest price</div>
			<!-- <div class="flex-block">Leaderboard</div> -->
		</div>
		<div class="bd market1"></div>
	</div>
		<div class="footbar">
	    <div class="flex flex-center">	       
	       <div class="btn btnblue btnreg"><a href="/index/passport/signup.html">Register</a></div>
	       <div class="btn btngrey btnlogin"><a href="/index/passport/login.html">Login</a></div>
	    </div>
	</div>
	</body>
</html>                               

Alan adının whois bilgisi

Domain Name: HNKMK.COM
Registry Domain ID: 1862093232_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2024-12-29T05:32:41Z
Creation Date: 2014-06-09T06:59:02Z
Registry Expiry Date: 2025-06-09T06:59:02Z
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: A.SHARE-DNS.COM
Name Server: B.SHARE-DNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T14:46:21Z <<<
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