".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)'); } }) })
SugarHosts(糖果主机)这家[海外服务器](/#)商家在站长中间一直是有口皆碑的存在,性能稳定,性价比高是大家一致的评价。SugarHosts在之前主要提供香港、洛杉矶、德国机房的多款服务器以及虚拟主机等相关IDC产品,在一众主机商中还是非常有竞争力的一家服务器商。
有朋友之前咨询过[SugarHosts](/#)主机要怎么修改域名绑定的网站根目录,接下来小编就给大家说明一下。
![](https://www.idcspy.com/wp-content/uploads/2021/08/sugarhosts-4.png)
**一、修改附加域名绑定的网站根目录**
在cPanel控制面板中找到“域名”功能区,点击打开“附加域名”选项。
在页面底部附加域名列表中找到需要修改根目录的域名,点击“网站根目录”下方目录旁的编辑按钮,输入新的目录,点击“更改”。
**二、修改子域名绑定的网站根目录**
在cPanel控制面板中找到“域名”功能区,点击打开“子域名域名”选项。
在页面底部子域名列表中找到需要修改根目录的域名,点击“网站根目录”下方目录旁的编辑按钮,输入新的目录,点击“更改”。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105094.html