| 
	
 | 
 Posted by Jerry Stuckle on 06/17/22 11:51 
teddybear wrote: 
> Hi, my question is above... 
> My browser return error message: "Page Could Not Be Found". 
> Seems I have done everything installing PHP on IIS. 
> I have put my hello.php into \wwwroot directory and \PHP directory 
> I have set the path to c:\PHP 
> I have change cgi.force_redirect = 0 
> And still I could not figure out what else to fix. 
>  
> Well, thanks for your respond, your time and consideration 
>  
> --Ted 
>  
 
Your files go into the wwwroot hierarchy.  C:\PHP is for the php code - not your  
web pages. 
 
If you have that in your wwwroot directory and get the not found message when  
accessing http://www.example.com/hello.php, you have a setup problem.  I suspect  
something isn't being loaded properly. 
 
First of all I would highly recommend you install PHP as an isapi filter.  It's  
not hard - I did it last week in just a little while. 
 
If you're still getting the error, make sure you're using a basic php.ini file -  
no extensions, etc.   Also, by default the system will try to load the file from  
  your %SYSTEM_ROOT% directory, so get a copy in there. 
 
If it still fails, please post exactly what you've done to date. 
 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
  
Navigation:
[Reply to this message] 
 |