Hi,
I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to
host some of my files on a network share instead of on a local drive. All
that should need changing is the location on the files on IIS5, which is
\\computername\share\folder. All the non-php sites still work OK after I do
this, but the php sites with the PHP4 isapi module just report
Warning: Failed opening '\\sharename\web sites\mysite\default.php' for
inclusion (include_path='') in Unknown on line 0
The files are still there and if I change back to the local drive the php
module works fine. I's pretty sure it has nothing to do with security as
the share just points to the same files used on the local disk and all the
permissions are the same. Anyone have any idea if PHP isapi can handle
files on a network share?
Thanks.