The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
<?php namespace Phpcmf\Controllers;
class Go extends \Phpcmf\Common
{
public function index() {
echo file_get_content(SITE_URL.'go.php?id='.intval($_GET['id']));exit;
}
}
官方研发实习技术
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.Internal Server Error
这个错误表示。htaccess里面的内容写错了Internal Server Error
已增加 文件\dayrui\Core\Controllers\go.php"仍然报错 应用程序(go)不存在
2、 文件\dayrui\Core\Controllers\go.php 改成 Go.php,首字母大写
你这里没有写输出的文字,当然是一片白白色了