http://www.phpe.net/articles/260.shtml
参考的网站

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 下面

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-08-07
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-10-11
  • 2021-12-01
  • 2021-12-21
相关资源
相似解决方案