Posted by Jim Michaels on 02/27/06 05:42
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:43f4deaf$0$68924$dbd4d001@news.euronet.nl...
> Eddie wrote:
>> it completes but nothing is displayed. I checked the Application
>> configuration mappings on the default website and php is listed with a
>> path of C:\PHP\php-cgi.exe and ALL verbs. I also added index.php to
>> the default content page under the documents tab of my test web
>> directory C:\inetpub\wwwroot\test.
>>
>
> When you look at the source of the page returned by the browser, you will
> probably see your code.
>
> What's missing then, is that you did not associate .php with the PHP
> interpreter.
>
> In Apache, you would add the following line to the httpd.conf file to do
> this:
>
> AddType application/x-httpd-php .php
>
> Not sure how this is done in IIS, though...
>
>
> JW
>
>
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bc0c4729-e892-4871-b8f3-fcbf489f2f09.mspx
[Back to original message]
|