关于IIS+PHP+MYSQL配置出现的问题
我在配置IIS+PHP+MYSQL时候遇到这样一个问题(mysql、php已经安装并配置完成),我在打开php网页的时候它显示了这样一个错误,PHP has encountered an Access Violation at 10001364,请问这是什么原因呢?
当我把php.ini文件中;cgi.force_redirect = 1去掉注释,并修改成cgi.force_redirect = 0又出现下面的错误提示:
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.
For more information as to why this behaviour exists,
see the manual page for CGI security.
For more information about changing this behaviour or re-enabling this webserver,
consult the installation file that came with this distribution, or visit the manual page.
请问对这样的错误哪位高手知道怎么解决?