PHP IIS7 implements basic authentication. In the PHP runtime environment, configure IIS7 to implement basic authentication. In fact, there are several IIS7 authentication methods, such as Windows Authentication and digest authentication.
PHPRunning environment configuration
IIS7There are several methods for IIS7 identity verification, such as Windows identity verification and digest identity verification, basically, IIS7 basic identity verification is the simplest one. next we will introduce the implementation methods and precautions of IIS7 basic identity verification in text and text, hoping to help PHP beginners.
Preparations
1. because the default IIS7 does not have the configured identity authentication function installed, if you want to implement IIS7 basic identity authentication, you must first install the IIS7 identity authentication function, you need to enable
Control Panel> programs and functions> enable or disable Windows, find IIS, and select basic authentication for installation,
IIS7 is configured in the runtime environment of iis php to implement basic authentication. In fact, there are several IIS7 authentication methods, such as Windows Authentication and digest authentication...