This is a discussion on Using files on network drives in windows within the Apache Web Server forums, part of the Web Server and Related Forums category; I am using Apache 1.3.27 for Windows. I would like to alias a directory off a network machine ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am using Apache 1.3.27 for Windows. I would like to alias a
directory off a network machine using the "//MachineName/folder" notation, rather than mounting a drive and accessing using the "G:/..." notation. Is this possible? When I try, I get a 403 Forbidden DocumentRoot "//Fry/singularsys/Documents/website" <Directory "//Fry/singularsys/Documents/website/"> Options FollowSymLinks Indexes Allow from all AllowOverride None </Directory> I don't want to mount the network directories as drives because it has caused |