时间:2021-07-01 10:21:17 帮助过:16人阅读
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
配置 php.ini cgi.force_redirect =1 改 0
放到 windows 下面