win2000 server ,iis5 , NTFS file system
when i install php under this environment(use isapi),i wrote a php file contain this content:
<?
phpinfo();
?>
when i request this file via http ,i can get the right result,but if i run other php file ,for example ,i create a new php file :
<?
echo "hello";
?>]/PHP]
it show 404 error ,but when i cancel the "show friendly http error" option of my brower, and then request the php file again ,it works and shows the right result.
who can tell me why?????
thanx for feed back ,thanx for ur time!!!!