Is it possible to use a 'network drive' connected to a Samba server as a DocumentRoot directory in wamp server? I've tried this and my Wamp Server won't restart. (yellow icon) If I connect the same vhost to a local folder, it works like a charm.
So this is what I'm trying to do: where 'G:/' is a network drive connected a Samba server:
<Directory "G:/projects/">
Order Deny,Allow
Allow from all
AllowOverride All
</Directory>
<VirtualHost *:80>
DocumentRoot "G:/projects/light-gallery.be/src"
ServerName local.light-gallery.be
</VirtualHost>