".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)'); } }) })
想必站长都了解,附加域一般是指在主机上绑定的另一个或多个顶级域名,绑定的附加域可以用来创建多个网站。而Hostgator作为知名[美国主机](https://www.idcspy.com/)商,也是支持可以搭建多个网站的功能,本篇文章就为大家介绍Hostgator主机如何添加附加域。
1.首先要登陆[Hostgator](/#)主机的cpanel面板,可以通过IP或域名后加cpanel访问主机cpanel面板。
2.在域名栏里点击附加域,便进入附加域添加界面。
![](https://www.idcspy.com/wp-content/uploads/2021/03/hostgator1.png)
3.将别的域名添加到新域名栏里,下面的子域名、文档根目录便会自动生成。
![](https://www.idcspy.com/wp-content/uploads/2021/03/hostgator2.png)
4.如果您需要为域名创建关联FTP,勾选上面的小框,设置自己的密码就可以了,如果还想加强密码就可以使用密码生成器。
![](https://www.idcspy.com/wp-content/uploads/2021/03/hostgator3.png)
5.点击添加域名便可完成附加域的添加
![](https://www.idcspy.com/wp-content/uploads/2021/03/hostgator4.png)
以上就是Hostgator美国主机添加附加域教程介绍,如有不会操作的,可以按照上述的步骤来操作,希望能够帮助到大家。
推荐:《[HostGator美国主机控制面板更改语言教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106426.html