Website" in sequence; then right-click "Properties" and select "Home Directory->Configuration"; then select "C:\WINDOWS\system32\inetsrv\fcgiext. dll"; finally add the extension "php" and save."/> Website" in sequence; then right-click "Properties" and select "Home Directory->Configuration"; then select "C:\WINDOWS\system32\inetsrv\fcgiext. dll"; finally add the extension "php" and save.">
Home > Article > Backend Development > What should I do if iis php cannot be parsed?
The solution to the problem that iis php cannot be parsed: First open "IIS Manager->Website" in sequence; then right-click "Properties" and select "Home Directory->Configuration"; then select "C:\ WINDOWS\system32\inetsrv\fcgiext.dll"; finally add the extension "php" and save it.
Recommended: "PHP Video Tutorial"
[IIS] Can parse html but cannot parse PHP files
After resolving the domain name and adding the site in IIS, when I open the webpage, the file cannot be found.
First make sure that the file exists and create an a.html. Write something and you can access it. Then PHP cannot be accessed
Solution:
IIS Manager---Website---Right-click---Properties---Home Directory--- Configuration---Add---Browse---C:\WINDOWS\system32\inetsrv\fcgiext.dll---Extension.php---Limited to GET, HEAD, POST, DEBUG---Save
Specific browsing path See for yourself
Just open the file again
Interlude: Automatically parse the contents of the first-level domain name without configuring the second-level domain name
The above is the detailed content of What should I do if iis php cannot be parsed?. For more information, please follow other related articles on the PHP Chinese website!