Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
====================================这是aboutCSP.php文件(其余的几乎和他一样.只是header.php引入初始化init.php)
<?php
include_once('header.php'); //初始化-->引入smaryt配置
$smarty->display("aboutCSP.tpl");
include_once('footer.php');
?>
====================================这是init.php文件
<?php
session_start();
header('content="text/html; charset=utf-8"');
define(PHPF,dirname(__FILE__)."/"); //绝对路径
include_once(PHPF."Sma-con.php"); //smarty
?>
======================================
我写完了 win7下运行成功...blog空间也能运行..唯独客户空间不能运行,,,
于是我直接写了一个<?php echo "hello world";?> 他却能运行
这是为什么 
QQ 5735524  在线等