mentby.com
Blog | Jobs | Help | Signup | Login

Hi,

I'm very new to php sadly and having trouble installing php on my computer.

I had asp.net installed previously and currently trying to make php work
with iis. I followed the directions for the most part but "test" stage for
test.wsf returns an error and trying to open the install/index.php page just
prompts me to open it or save it. opening it does nothing as it seems to be
associated with a program called CLI.

If there's anything i missed during the installation or any help will be
appreciated. thanks.

John L.


John L Tue, 25 Aug 2009 12:15:35 -0700

Depending upon your version of IIS, http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php[..]
and  http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php[..]
may be relevant.

--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE :  http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer :  http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA :  http://uk.zopa.com/member/RQuadling


Richard Quadling Tue, 25 Aug 2009 12:31:14 -0700

I think the requirement settings in the iis-manager are missing.

Open the IIS-Management and go to to your Website. Then in the
root-directory tab go on configuration and register the php extension

I don
´t know the exact word in english, because i running a german Windows.

Execute File    : C:\Windows\system32\inetsrv\fcgiext.dll
Extension    : .php

The make a iisreset on the commandline and it should running...

Bye, René


Rene Bartholomay Wed, 26 Aug 2009 07:56:52 -0700

For instructions on how to setup PHP and FastCGI on IIS6, refer to this article:

http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php[..]


Ruslan Yakushev Wed, 26 Aug 2009 15:06:22 -0700

You can also get the following free, all-in-one package which will get a solid PHP stack w/ great performance configured on II6 -  http://www.zend.com/en/products/server-ce/

Andi


Andi Gutmans Wed, 26 Aug 2009 21:24:36 -0700



Related Topics

Post a Comment