简单说只需要修改根目录下index.php文件
$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改成自己的网址即可。
痕风的起点
专注于互联网资讯、中央空调、Windows、wordpress、建站技术、软件应用等相关网络资源的分享。
评论