PHP 5 on IIS7, ISAPI (not CGI). I am having big problems with relative path references in my scripts. include()s and file handlers fail with "no such file" errors. These references usually refer to some file in a subdir relative to the current script. I.e. include("includes/script.php"...