What are the server and/or php.ini settings that need to be changed in order for me to read a directory or open a file from a shared drive on my network? I have a Windows web server at one location and a Windows file server at another. They're on the same network, obviously, but I cannot get opendir or anything else to read the files/directories from the shared drive. I can do this with local files on the web server, but I read somewhere that the file server has to be setup with certain settings.
Thanks!