Problems with ‘require (./xxx)’ on IIS7.5
This turned out to be a permissions issue. It seems that in order for ‘./your_filename.php’ to work, the user PHP is running as needs to have ‘List folder contents’ permissions on the folder – even though the file is directly specified. In the end, the full solution involved turning Fast CGI impersonation off, getting PHP … Read more