".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)'); } }) })
在[FastComet](https://www.idcspy.com/fastcomet.html "FastComet")美国主机租用之后,就会进行接下来一些操作,域重定向是每个站长建站必不可少过程,域重定向将允许您将域或特定页面上的访问者发送到不同的 URL。举例来说,如果你有一个新闻栏目,其通过进行访问http://www.example.com/categories/news/news-today,你将能够创造一个重定向http://example.com/news-today那将导致相同的 URL,并且更容易被您网站的用户输入。
要创建新的重定向,您首先需要登录到FastComet客户区并访问产品 → 我的产品页面。
![](https://www.idcspy.com/wp-content/uploads/2021/10/sheheh-1.png)
从那里,导航到查看详细信息 → 查看域所在托管计划的详细信息。
![](https://www.idcspy.com/wp-content/uploads/2021/10/sheheh-2.png)
现在从选项列表中找到域重定向模块。
![](https://www.idcspy.com/wp-content/uploads/2021/10/sheheh-3.png)
**必须配置重定向:**
类型 -在永久 (301) 和临时 (302) 重定向类型之间进行选择。永久的将更新访问者的浏览器记录;
http://www -在这里您将选择要重定向的域。在/您可以从您的网站添加子文件夹之后;
重定向到 -用户将被重定向到的 URL;
www重定向 -在这里您可以选择是否在用户尝试访问域时键入 www 时重定向用户。
通配符重定向 -如果选中此框,所有文件 URL 将被重定向到新位置(例如,任何尝试访问 example.net/article1.jpg 的人都将被重定向并打开 example.com/article1.jpg )
准备好后,单击“添加”按钮,将创建重定向。
注意:您将无法编辑重定向。要修改重定向,您必须首先删除它,然后重新创建它。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104951.html