dedecms织梦301重定向设置

痕风 2015年11月4日11:54:16
评论
88

简单说只需要修改根目录下index.php文件

dedecms织梦301重定向设置

$HOST=$_SERVER['HTTP_HOST'];
if ($HOST=="jxhtjd.cn"){
Header("HTTP/1.1 301 Moved Permanently");
Header("Location:http://www.jxhtjd.cn");
exit();
} 
if(!file_exists(dirname(__FILE__).'/data/common.inc.php'))
{
    header('Location:install/index.php');
    exit();
}
//自动生成HTML版
if(isset($_GET['upcache']) || !file_exists('index.html'))

jxhtjd.cn改成自己的网址即可。

weinxin
痕风的起点
专注于互联网资讯、中央空调、Windows、wordpress、建站技术、软件应用等相关网络资源的分享。
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: