".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)'); } }) })
[GoDaddy美国主机](/#)有Linux和Windows两种操作系统,用户可以根据自己的网站程序语言来选择对应的操作系统。GoDaddy的豪华型和无限型主机可支持无限建站,有许多朋友可能使用子域名来创建多个网站。本文主要分享如何在GoDaddy的Linux主机面板中添加子域名。
GoDaddy的Linux主机采用的是cPanel控制面板,具有特色的后台界面让用户操作起来非常便捷。如何在cPanel控制面板添加子域名,具体操作步骤如下:
1.登录到GoDaddy Linux主机的cPanel控制面板。在“域”这个菜单栏下找到“子域”图标,点击进入。如图所示:
![](/sites/default/files/gd101301.jpg)
2.接下来就是添加子域名的操作步骤。设置你要添加的子域名(如bbs、ask等)、网站路径等信息,确认无误后点击“生成邮件列表”。
![](/sites/default/files/gd101302_0.jpg)
3.然后我们看到子域创建成功的提示。点击“Go Back”回到添加页面,我们就可以在添加列表中看到自己添加的子域名了。
![](/sites/default/files/gd101303.jpg)
需要注意的是,我们在添加子域名的时候,网站根目录自动生成,我们可以默认也可以自己自定义,输入正确的路径即可。添加的子域名我们可以进行重新编辑、删除等操作。
GoDaddy主机添加子域名后,若要子域名生效,还得在域名控制面板中添加A记录并解析指向该主机IP。参考[GoDaddy域名添加A记录教程](/#)。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108097.html