Using files on network drives in windows

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
Nathan Funk [ Sa, 25 August 2007 18:33 ] [ ID #1805029 ]
Webserver » alt.apache.configuration » Using files on network drives in windows

Vorheriges Thema: [STAT] Statistics of alt.apache.configuration 08/27/07
Nächstes Thema: mod_rewrite and host redirection