今晚满怀兴奋的装了最新版的 Zend Studio 9.0.4 和 Zend Server
没想到创建完项目,简单写了个输出,运行后报个
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, admin@example.com 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.顿时感觉莫名其妙,请教百度老师之后,原来是某个配置文件乱码导致;
ZendServer\etc\ZendEnablerConf.xml 第一行替换掉
<?xml version="1.0" encoding="UTF-8"?>
然后重启Apache就OK