php網站顯示空白的有關問題

來源:互聯網
上載者:User
php網站顯示空白的問題!
錯誤提示等都開了!
windows 2003 系統,php5.3 , mysql 5.5

這是 php探針 http://a858158288.us006.dbidc.pw/tz.php


這是 出錯網站: http://a858158288.us006.dbidc.pw/



這是 index.php 的代碼:

$file = "./include/lock.txt";
if(!file_exists($file))
{
header("Location: ./install");
}

require('include/conn.php');
$siteconfig="select * from phpsou_siteconfig";
$site_query=mysql_query($siteconfig);
while($site=mysql_fetch_array($site_query,MYSQL_ASSOC))
{
$title=$site['adtitle'];
$name=$site['name'];
$keywords=$site['Keywords'];
$description=$site['description'];
}
$smarty->assign("title",$title);
$smarty->assign("name",$name);
$smarty->assign("keywords",$keywords);
$smarty->assign("description",$description);



$sql="select * from phpsou_about where is_show order by sortid asc";
$cate_query=mysql_query($sql);
while($cate=mysql_fetch_array($cate_query,MYSQL_ASSOC))
{
$about[]=array("title"=>$cate[title],"about_id"=>$cate[about_id],"url"=>$cate[url]);
}
$smarty->assign("about",$about);

$smarty->display('index.tpl');
?>

------解決思路----------------------
是不是缺少了index.tpl
------解決思路----------------------
什麼錯誤,Bad Request (Invalid Hostname)
------解決思路----------------------
Bad Request (Invalid Hostname)
錯誤的請求(無效的主機名稱)

http://us006.dbidc.pw 是有效
如果這就是你的,那麼是泛網域名稱解析有誤
  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.