Posted by Andy Hassall on 02/15/06 23:31
On 15 Feb 2006 12:53:38 -0800, "Eddie" <JonesEJ@gmail.com> wrote:
>I have just completed a new installation of PHP on a new web server and
>i used the default setting and the installation completed successfully
>however when i navigate to the test page:
>
><?PHP
>phpinfo();
>?>
>
>it completes but nothing is displayed. I checked the Application
>configuration mappings on the default website and php is listed with a
>path of C:\PHP\php-cgi.exe and ALL verbs. I also added index.php to the
>default content page under the documents tab of my test web directory
>C:\inetpub\wwwroot\test.
>
>I am new to php and don't know how else to test the installation any
>help would be appreciated i am running windows 2003 std and IIS 6.0.
If you haven't already, you should read (all of):
http://uk.php.net/manual/en/install.windows.iis.php
Did you set up a new Web Service Extension? IIS6 requires this extra step.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|