Re: [PHP] Parsing php in html with IIS

2004-12-16 Thread Richard Lynch
Eric Lindsey wrote: > How do I configure my IIS server to parse a specific .html > file for php code? I know how to do this on apache, but windows scares > me :-) So far, all the answers assume he wants to have *ALL* .html files parsed as PHP. He only wants *ONE* *SPECIFIC* .html fil

RE: [PHP] Parsing php in html with IIS

2004-12-15 Thread phpninja
apache will run on windows so you shouldnt fear:) Anyways go into the properties tab of the IIS web server, you need to register .php as a valid file extension, there is a list of all file extensions under that tab (its one of the tabs in there i cant remember). Add in .php . If you've already map

Re: [PHP] Parsing php in html with IIS

2004-12-15 Thread Greg Donald
On Wed, 15 Dec 2004 15:02:08 -0700, Eric Lindsey <[EMAIL PROTECTED]> wrote: > How do I configure my IIS server to parse a specific .html > file for php code? I know how to do this on apache, but windows scares > me :-) http://www.php.net/manual/en/install.windows.iis.php -- Greg Do