Jump to content

New PHP Installation


dispatcher

Recommended Posts

Hi all.

 

We're trying to learn PHP here at work and are using an existing fileserver to host via IIS and test our PHP scripts.

 

Server info:

Windows XP 64-bit

MySQL 4.1

PHP 5.2.1

 

We know IIS and MySQL are working because a co-worker has created some asp pages and is currently working on a dbase in MySQL. So that part works. Now we installed PHP and cannot get the script to execute.

 

Using our browser, we type "htt://www.testsite.xxx/" = we get the home page and navigate on the site normally.

 

We installed a PHP script just to say "hello" to test is: "htt://www.testsite.xxx/test.php" = a 404 error.  ???

 

A few pics to help, since they're worth a 1,000 words. :-)

 

fox_server_OS-1.jpg

iis_version.jpg

iis_exec.jpg

Image1.jpg

 

Any ideas where we made a mistake?

 

Advanced thanks.

 

 

freightgeek

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/39807-new-php-installation/
Share on other sites

Did you enable extension mapping for php files? If not, from the web site properties window click on configuration(Home Directory Tab -> application settings) then click on add..

 

It should look something like this

 

extmapping.gif

 

Under executable make sure that it is a valid path to the php.exe. Also, there are several known issues with win32  and php 5.2.1, so I would recommend that you use 5.2.0 instead.

 

Hope that helps,

Tom

Link to comment
https://forums.phpfreaks.com/topic/39807-new-php-installation/#findComment-193760
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.