织梦DEDECMS首页301重定向

网站建设 2022-07-27 09:12www.1681989.com免费网站
DEDECMS 首页301重定向,将不带的主域名定向到带 //主域名301跳转到 $redirect301=1; //301跳转开关,1代表打开,0代表关闭 $dex_file='dex.html'; //指定网站默认首页文件,DeDeCMS设置为dex.html,不支持SSI(shtml/shtm) if(substr($_SER […]



DEDECMS首页301重定向,将不带的主域名定向到带

//主域名301跳转到   
$redirect301=1; //301跳转开关,1代表打开,0代表关闭   
$dex_file='dex.html'; //指定网站默认首页文件,DeDeCMS设置为dex.html,不支持SSI(shtml/shtm)   
if(substr($_SERVER['SERVER_NAME'],0,4)!='.'&&$redirect301) //判断URL中是否带   
{   
header('HTTP/1.1 301 Moved Permanently');   
header('Location:http://.'.$_SERVER['SERVER_NAME']); //301跳转到   
exit();   

把上边的代码加入到首页dex.php中


if(!file_exists(dirname(__FILE__).'/data/mon.c.php')) 

的上边。


但请注意了如果你的默认首页dex.html排在了dex.php上面,那么以上方法就不管用了。


Copyright © 2016-2025 www.1681989.com 推火网 版权所有 Power by