Home > php教程 > php手册 > IIS的使用者认证,提示"No Input file specified"?

IIS的使用者认证,提示"No Input file specified"?

WBOY
Release: 2016-06-13 09:54:12
Original
1066 people have browsed it

这是IIS的安全模式有问题。这是所有CGI脚本在IIS下面运行都会遇到的问题。它先建立完全的HTML文件(不通过PHP解析)后通过使用者认证路径进入该页。当使用META标记重新导向PHP页面,或者连接到PHP页面时,PHP将确认正确的认证。当ISAPI模块可用时,这就不在是问题。这个问题不会影响到其它的NT WEB服务器。更多的信息请参考:
http://support.microsoft.com/support/kb/articles/q160/4/22.asp。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template