venerdì 26 settembre 2008

Error "No input file specified" in php with IIS

When running a script in php with IIS, "No input file specified" is shown.

Solution:
Uncomment doc_root = "d:\Inetpub\wwwroot" in php.ini
Restart IIS

Using PHP in ISAPI mode does not require doc_root if you want to change the root folder in IIS control panel.

Nessun commento: