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.
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
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é
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[..]
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