Dear Community!
I installed PHP 5.2 on a Windows 2003 Server. My Document Root Folder is d:\inetpub\website. If I run PHP as CGI-extension and do an include("./inc.test.php"), I don't have any problems. If i print out real_path("/") i get back "D:" as it should be I think.
If i change now to run PHP as an ISAPI extension, i get include-errors, the file cannot be found. If i print out real_path("/") i get back "C:"
Does anyone know how I can change this, or where I can find a starting point for searching?
Regards, Andy