".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](/#)主机默认提供有功能强大的hPanel控制面板,允许用户轻松管理主机、网站、数据库、FTP、电子邮件等。hPanel面板带有用户友好的可视化管理界面,您可根据需要完成相关操作。本教程主要介绍下Hostinger主机使用hPanel面板创建和删除子域的方法步骤。
Hostinger主机产品种类丰富,包括常用的共享虚拟主机、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")、云主机,如果您使用的是这些主机产品,那么机器开通后,您就可以登录到Hostinger账号,并访问hPanel控制面板进行管理。
了解Hostinger主机优惠信息,请查看[Hostinger优惠码](/#)。
如果您要创建新的子域,那么可在hPanel控制面板界面,点击Websites → Manage,搜索Subdomains子域并点击它,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2023/04/ym1.png)
您可以在本页面输入新的子域名,从下拉列表中选择域名,并指定一个自定义目录。设置好后,点击Create按钮以创建子域名。
![](https://www.idcspy.com/wp-content/uploads/2023/04/ym2-1.png)
在同一子域页面上,向下滚动到List of Current Subdomains当前子域列表。在那里,您将看到完整的列表,以及子域文件所在的目录:
![](https://www.idcspy.com/wp-content/uploads/2023/04/ym3-1.png)
如果您想删除不再使用的子域,那么在操作前,建议先下载文件、电子邮件及数据库备份等。否则,删除子域后,该子域下网站的所有内容也将会被删除。
数据备份好后,您可在List of Current Subdomains当前子域列表中,导航至要删除的子域下,点击旁边的Delete图标,即可删除该子域。
![](https://www.idcspy.com/wp-content/uploads/2023/04/ym4.png)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103039.html