Ik wil graag op mijn .NET server gebruik maken van PHP. Nu vond ik op php.net de volgende tutorial maar als ik nu pipo.php probeer te laden (waarin ik het testscript heb gezet krijg ik een 404
Weet iemand wat dit kan zijn. Ik heb btw wel php-4.2.3-Win32.zip gebruikt ipv 4.2.2.
--------------------------------------------------------------------------------------
Tutorial op PHP.net
--------------------------------------------------------------------------------------
Installing PHP 4.2.2 on Microsoft Windows .NET Server ...
* Download http://us3.php.net/do_dow..._file=php-4.2.2-Win32.zip
* Extract php-4.2.2-Win32.zip
* Copy php.ini-dist %SystemRoot%\php.ini
* Copy phpts.dll %SystemRoot%\system32\phpts.dll
* Open Control Panel and goto Administrative Tools and open Internet Information Services
* Open the local computer branch and goto Web Service Extensions
* Select Add a new Web service extension...
* For the Extension name type in PHP
* Hit the Add... button
* Hit the Browse... button to find php4isapi.dll in the sapi folder where you extracted
* Enable the checkbox for Set extension status to Allowed and hit OK
* Right click the Web Sites branch and select Properties
* Goto the Home Directory tab and hit the Configuration... button
* Hit the Add... button and then hit the Browse... button to find php4isapi.dll
* For the extension put php and hit the OK button
* Restart the World Wide Web Publishing Service
* Create a test file, and browse to it, see if everything works, test provided below...
<HTML>
<HEAD>
<TITLE>PHP via IIS6</TITLE>
</HEAD>
<BODY>
<?php phpinfo(); ?>
</BODY>
</HTML>
* Enjoy!
Weet iemand wat dit kan zijn. Ik heb btw wel php-4.2.3-Win32.zip gebruikt ipv 4.2.2.
--------------------------------------------------------------------------------------
Tutorial op PHP.net
--------------------------------------------------------------------------------------
Installing PHP 4.2.2 on Microsoft Windows .NET Server ...
* Download http://us3.php.net/do_dow..._file=php-4.2.2-Win32.zip
* Extract php-4.2.2-Win32.zip
* Copy php.ini-dist %SystemRoot%\php.ini
* Copy phpts.dll %SystemRoot%\system32\phpts.dll
* Open Control Panel and goto Administrative Tools and open Internet Information Services
* Open the local computer branch and goto Web Service Extensions
* Select Add a new Web service extension...
* For the Extension name type in PHP
* Hit the Add... button
* Hit the Browse... button to find php4isapi.dll in the sapi folder where you extracted
* Enable the checkbox for Set extension status to Allowed and hit OK
* Right click the Web Sites branch and select Properties
* Goto the Home Directory tab and hit the Configuration... button
* Hit the Add... button and then hit the Browse... button to find php4isapi.dll
* For the extension put php and hit the OK button
* Restart the World Wide Web Publishing Service
* Create a test file, and browse to it, see if everything works, test provided below...
<HTML>
<HEAD>
<TITLE>PHP via IIS6</TITLE>
</HEAD>
<BODY>
<?php phpinfo(); ?>
</BODY>
</HTML>
* Enjoy!