请问织梦DEDECMS首页301重定向
$redirect301 = 1; // 301跳转开关,1代表打开,0代表关闭 $index_file = 'index.html'; // 指定网站默认首页文件 if (substr($_SERVER['SERVER_NAME'], 0, 4) != 'www.' && $redirect301) { header('HTTP/1.1 301 Moved Permanently'); header('Location: http://www.' . $_SERVER['SERVER_NAME']); exit(); }
在首页index.php
中添加
更新时间:2025-04-11 01:03:39
上一篇:请问易优cms表单留言提交后怎么发送到指定邮箱(图文)
下一篇:请问织梦 {dede_php} 标签不能使用解决办法
转载请注明原文链接:https://www.muzicopy.com/suibi/7099.html