".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)'); } }) })
Hostinger主机商一直以高性价比著称,主要提供[美国虚拟主机](/#)、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")等产品服务,以满足不同用户建设网站需要。Hostinger主机自带的hPanel控制面板支持一键启用[CloudFlare](https://www.idcspy.com/cloudflare-cdn.html "CloudFlare"),可以加速网站打开速度,本教程主要分享下Hostinger一键启用Cloudflare加速网站的操作步骤。
Hostinger虚拟主机有单网站主机、高级版虚拟主机、商业版虚拟主机三种套餐,不管是新手使用,还是个人或中小型企业网站,都可以找到合适的方案。购买12个月及以上高级虚拟主机,免费赠送.[com域名](/#)一年及免费SSL证书和Cloudflare。
![](https://www.idcspy.com/wp-content/uploads/2021/10/14-3.jpg)
《[点击进入Hostinger中文站查看方案详情](https://go.idcspy.com/www.hostinger.com/)》
使用[Hostinger优惠码](/#):ny2021 ,购买主机可以享折上折。
1、我们要想一键启用Cloudflare加速网站,首先要登录到[Hostinger](/#)账户,然后进入hPanel控制面板管理页面,找到要启用Cloudflare加速网站的域名,点击旁边的Manage按钮,在Domain部分找到并点击Cloudflare选项。
![](https://www.idcspy.com/wp-content/uploads/2021/10/1-16.jpg)
2、在Cloudflare设置页面中,继续进行下一步操作,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2021/10/12-6.jpg)
①Service status:点击开启CDN加速功能。
②SSL/Encrypt communication:SSL/加密通信,可以下拉菜单调整SSL加密设置,包含Off、Flexible、Full (recommended)、Full (strict)四个选项。一般推荐选择Full选项,可以确保Cloudflare和Web服务器之间的连接是安全的。
③Security level:该参数可以确定哪些访问者将收到“Cloudflare正在检查您的浏览器”页面,可选Medium或High,如果遇到DDoS攻击,则选择Under Attack。
④Subdomains:勾选上forum,可以为每个子域激活免费的Cloudflare服务。
Cloudflare参数信息设置完毕后,点击Save按钮以保存,这样我们便成功地为网站开启了Cloudflare加速功能。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105049.html