IIS V5.0/6.0 supports php?

IIS V5.0/6.0 supports php?

am 02.04.2008 14:07:29 von Jacky Luk

Excuse me for this silly question. But my page in php just won't render on
my browser. I reckon it is because IIS V5.0/6.0 doesn't support php. Right?
What other web servers can I go for if it is the case. (learning php and
asp.net)
Thanks
Jack

RE: IIS V5.0/6.0 supports php?

am 02.04.2008 15:22:00 von Chaitanya

Hi,

PHP is supported on IIS, but not by default like asp, you will have to
install PHP Package to add php support to iis, following link may help.

http://us2.php.net/install.windows
--
Regards,
Chaitanya


"Jack" wrote:

> Excuse me for this silly question. But my page in php just won't render on
> my browser. I reckon it is because IIS V5.0/6.0 doesn't support php. Right?
> What other web servers can I go for if it is the case. (learning php and
> asp.net)
> Thanks
> Jack
>
>
>

Re: IIS V5.0/6.0 supports php?

am 02.04.2008 15:28:38 von Jacky Luk

> PHP is supported on IIS, but not by default like asp, you will have to
> install PHP Package to add php support to iis, following link may help.
>
> http://us2.php.net/install.windows
> --
> Regards,
> Chaitanya

Thanks, I shall try that!
Jack