Hi Rick What we've done to get PHP/IIS working with an UNC path as root is
- check the permissions for the IIS user (you've done that) - check 'check that file exists' in IIS control panel where you set up the script mapping for .php files (without this it doesn't work because php running as local system doesn't get the permission) - adding the path to the root to include_path in php.ini with forward instead of back slashes. For us, this works in an environment quite similar to yours (PHP as CGI). There has been a bug report for 4.2.3 and 4.3dev about php not beeing able to detect include paths correctly; I don't know how serious this is and if it has any impact on your problem Christoph Rick Osborne wrote: > I've seen several solutions for getting UNC files to work with > fopen(), but I can't seem to find any solutions for getting PHP to > work with UNC document roots. Can anyone help me on this? Or at > least give me a pointer? > > Thanks, > -R -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php