FastCGI Error Number: 1413 (0x80070585)
错误提示:
The FastCGI Handler was unable to process the request.
Error Details:
- Could not find entry for "php" on site 809078894 in [Types] section.
- Error Number: 1413 (0x80070585).
- Error Description: ÎÞЧË÷Òý¡£ (无效索引)
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
解决方法:
添加的以下信息要放在 前无分号的 [Types] 后面
php=PHP
[PHP]
ExePath=c:\php\php-cgi.exe
。。。。。。