I have a folder on a network drive (X:/) and my WAMP is on C:/. I use WAMPS 'Add an alias' tool and point /bymnew/ to X:/Brief Your Market Integration/data/website. The alias is created and looks like this:
Alias /bymnew/ "x:/Brief Your Market Integration/data/website/"
<Directory "x:/Brief Your Market Integration/data/website/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>
I have also tried it with the server path:
Alias /bymnew/ "\\jacklogic2\projects\Brief Your Market Integration\data\website"
<Directory "\\jacklogic2\projects\Brief Your Market Integration\data\website">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>
However, this just causes Apache to not start. It only seems to happen on folders in X:/, as a few folders are already aliased to C:/
X:mounted for the user that Apache is running as? – Shane Madden Sep 8 '11 at 0:38X:drive has permissions for Everyone – rickyduck Sep 8 '11 at 8:34