".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](/#)主机如何设置301跳转页面重定向URL。日常中我们看到一个链接,其实是可以隐藏真实路径跳转到另外一个网站的,实现这样的方法有很多种,例如可以在.htaccess文件中进行设置。也可以在HawkHost老鹰主机cPanel自带的Redirects功能进行设置。
登入HawkHost老鹰主机[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板"),可以看到下图中Redirects按钮,点击准备设置。
![](https://www.idcspy.com/wp-content/uploads/2021/01/301-1.jpg)
选择我们的域名,然后添加尾巴,以及下面放置需要跳转的页面和网站网址,这样我们就可以设置完毕301跳转。
![](https://www.idcspy.com/wp-content/uploads/2021/01/301-2.jpg)
以上就是HawkHost设置301跳转重定向URL教程介绍,是不是很简单,如果会了的话,还在等什么,感觉动起来手来操作吧!
推荐:《[HawkHost老鹰主机申请退款和Ticket提交申请方法](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106580.html