if you try to enable the webdav (web based distributed authoring and versioning) service with a linux server and apache2 it´s a piece of cake. the only thing you need to keep in mind is to make it ssl and auth_digest. this is so that windows clients can connect to the thing. theoretically. after all my unsuccessful attempts with the wizard ( i tried it like a hundred times with all different url formats ) a desperate try with net use made it work!
net use z: \\subdomain.domain.tld@SSL:443\webdavfoldername
will ask for a user and a password to gain access and to mount the webdavfoldername (your webdav alias in apache´s virtualhost conf) to drive letter z:
this is a hell of a lack that windows 7 has, but of course webdav seems to be an anathema to microsoft.
useful addendums to the command above are /persistent:yes and /User:user password and i hope it helps you save worthy hours.
