Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@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.
Apache Server at m.hhylkj.com Port 80
-------------------------------
500一般是php的错误, 打开php的报错可以看到具体是什么错误, 才能针对性的解决问题, 打开报错的方法(在文件开头加上):
ini_set('display_errors', 1);
error_reporting(7);
看看你的配置文件有没有问题!项目框架不一样,问题多啊!