dispatcher Posted February 22, 2007 Share Posted February 22, 2007 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. :-) Any ideas where we made a mistake? Advanced thanks. freightgeek Quote Link to comment Share on other sites More sharing options...
weknowtheworld Posted February 23, 2007 Share Posted February 23, 2007 Where is the test.php file located on server? Quote Link to comment Share on other sites More sharing options...
newbee Posted February 24, 2007 Share Posted February 24, 2007 Actually I've got the same problem. My test.php file is located in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs which is where the apache test file is located as well. The apache test file launces fine with the message "It works!" but the test.php file results in error 404. Please help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.