".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
HawkHost就不多做介绍了,相信大多数站长都知道是知名[美国服务器](/#)之一,在国内深受站长喜爱。但是根据反映遇到网站解析后出现错误页面情况,其实这个情况小编也有遇到过,接下来就来将小编解决方法教给大家。
![](https://www.idcspy.com/wp-content/uploads/2020/06/default-err-1.jpg)
看到上图就是HawkHost网站解析时出现错误页面”Default Web Site Page”问题,首先不要慌,根据经验,应该是解析的IP地址不对,可以从上图的内容看到没有解析到正确的IP地址。
**第一步排查问题:**
这里需要排查问题,从下图可以看到[Hawkhost](/#)主机给开通信的IP地址确定是要解析的IP,但是发现这个IP地址和后台登录面板后看到的面板IP是一致的。
![](https://www.idcspy.com/wp-content/uploads/2020/06/default-err-2.jpg)
开通信和这里HawkHost后台看到的IP地址是一样的,但是如果再到[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")中,看到的IP地址是不同的。
![](https://www.idcspy.com/wp-content/uploads/2020/06/default-err-3.jpg)
这里到“Server Information”连接中到面板看看,当前面板可以确定到主机IP地址。
![](https://www.idcspy.com/wp-content/uploads/2020/06/default-err-4.jpg)
既然看到2个不同的IP,那就换个解析IP吧,把原来的解析IP换成CP面板中的IP地址。修改后等待生效,问题解决,网站可以正常打开。因为浏览器的缓存问题,可能打开还是开始的错误,换个浏览器,或者清空缓存就没有问题。
**第二步询问究竟:**
肯定很多人会误认为给的开通邮件、后台面板看到的IP就是主机的IP,其实这个IP是当前HawkHost服务器的IP地址,实际的主机IP地址是cPanel面板中的IP地址。然后小编有写信过去问问他们的IP区别。
The IP address that you have mentioned in your 1st screenshot is the main IP address of the server. You can find the IP assigned for your account from cPanel > Server Information under General Information in the right side. You need to set the A record with that IP for your domain so as to point it to your account with us.
根据HawkHost官方解释,邮件和面板看到的IP地址是服务器主IP地址,实际分配给的IP地址是在cPanel面板中的IP地址。不过他们这一点做的不好,你好歹要告诉我,至少在邮件里和主面板都要标注,不至于很多人会误以为那就是的主机IP地址。
总结:以上就是HawkHost解析出现错误页面解决方法,如果有遇到相同情况的,不妨参照一下小编的操作。目前HawkHost共享主机一次优惠40%,详情可以参考《[2020年HawkHost老鹰主机优惠码最新整理](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107189.html