I have IIS 6 and PHP 5.0.2 installed, I prepared a test file to run PHPinfo(). I works great under the parent directory (http://grits.com/phpinfo.php) but when I try to run ot from the child directory (http://grits.com/recipes/phpinfo.php) I get a 404 .. page not found.
If I change the extension to html (phpinfo.html) it runs the html code with pix, so I don't think it's a permissions thing. I see where this has occured with others but no one offered a fix.
Any thoughts?
Crash