本文主要讲解《织梦DEDECMS首页301重定向》的详细内容
//主域名301跳转到www $redirect301=1; //301跳转开关,1代表打开,0代表关闭 $index_file='index.html';
//指定网站默认首页文件,DeDeCMS设置为index.html,不支持SSI(shtml/shtm) if(substr($_SERVER['SERVER_NAME'],0,4)!='www.'&&$redirect301)
//判断URL中是否带www { header('HTTP/1.1 301 Moved Permanently'); header('Location:http://www.'.$_SERVER['SERVER_NAME']); //301跳转到www exit(); }
if(!file_exists(dirname(__FILE__).'/data/common.inc.php'))
本网刊登的文章均仅代表作者个人观点,并不代表本网立场。文中的论述和观点,敬请读者注意判断。
2021-02-08
2021-02-08
2021-02-08
2021-02-08
2021-02-24
2021-02-24
2021-02-08
2021-02-08