jspechts wrote:After reading over the installation area of the manual, there is still no area where it tells you which files control the extensions to use with php.
Yes it does, otherwise no-one would be able to set PHP up on IIS in the first place. I'm certain there's no page in the IIS manual that says "How to set up PHP on IIS", but there wouldn't need to be, since there would be general documentation on how to register any given file extension with any given file handler, and the administrator could figure things out from that. For PHP-specific stuff, there's a section in the PHP manual on how to set up IIS for PHP. That page says:
Click on the 'Configuration' button, and choose the Application Mappings tab. Click Add and set the Executable path to the appropriate CGI file. An example PHP 5 value is: C:\php\php-cgi.exe
Supply .php as the extension.
Leave 'Method exclusions' blank, and check the 'Script engine' checkbox. Now, click OK a few times.
Well, it says a lot more than that, but I'm not going to copy out the whole page; that's the relevant bit. Feel free to "supply .wibble as the extension", where .wibble is whatever takes your fancy.