修改网站根目录下的首页文件Index.asp,在最底部添加下面这一行代码即可:
代码:
<%response.redirect "Article/index.html"%>
其中频道名称(蓝色部分)及首页名称(红色部分)可根据自己需要进行调整,如:
代码:
<%response.redirect "photo/index.shtml"%>
适用版本:2005、2006
修改网站根目录下的首页文件Index.asp,在最底部添加下面这一行代码即可:
<%response.redirect "Article/index.html"%>
其中频道名称(蓝色部分)及首页名称(红色部分)可根据自己需要进行调整,如:
<%response.redirect "photo/index.shtml"%>
适用版本:2005、2006