PHP on IIS: No input file specified.

Published on Friday, 30 September 2011

Here is how to resolve the no input file specified error with PHP and IIS. When you host your PHP website on Windows Server IIS, you may receive an "No input file specified" error message, when a HTTP request is made to non-existing .php files. When this happens you probably have no Request Restrictions configured in IIS' PHP handler settings.


In order to fix the no input file specified PHP error, you have to configure Request Restrictions in IIS for the *.php handler. In IIS Manager, open up the Handler Mappings under your server node. Scroll down to Name PHP, or Path *.php, and double click to open up its properties. See the image below.

IIS 10 Module Mappings for *.php handler

IIS 10 Module Mappings for *.php handler

Click Request Restrictions to get the following screen where you can configure and set handler mappings:

IIS 10 Request Restrictions set for *.php, to invoke the handler only for if request is mapped to  a file

IIS 10 Request Restrictions set for *.php, to invoke the handler only for if request is mapped to a file

Want to learn how to properly configure PHP on IIS?