IIS user authentication, prompt 'No Input file specified'?_PHP tutorial

WBOY
Release: 2016-07-13 10:53:21
Original
1375 people have browsed it

This is a problem with the security mode of IIS. This is a problem that all CGI scripts will encounter when running under IIS. It first creates a complete HTML file (not parsed by PHP) and then enters the page through the user authentication path. When redirecting a PHP page using the META tag, or connecting to a PHP page, PHP will confirm the correct authentication. When the ISAPI module is available, this is no longer a problem. This problem does not affect other NT WEB servers. For more information, please refer to:
http://support.microsoft.com/support/kb/articles/q160/4/22.asp.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632404.htmlTechArticleThis is a problem with the security mode of IIS. This is a problem that all CGI scripts will encounter when running under IIS. It first creates a complete HTML file (not parsed by PHP) and then enters through the user authentication path...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template