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
