I'm not at all familiar with IIS, but in Apache terms it sounds like a MIME
type problem; the server doesn't know what to do with .PHP files, so it
assumes they're something that should be sent as a download/attachment
instead of parsing with PHP and sending as HTML - I would imagine there
would be something in IIS' config analagous to the Apache "AddHandler"
configuration directive that lets you specify a local interpreter for .cgi,
.pl, .php, etc...

-Andy


> I am almost sure that the problem is simply that the guy is very
> expert with
> NT/IIS/ASP/VBScript, and at a basic level on other topics,
> included this one.
> So, it must be a config issue, but which one? What should I tell him?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to