Hello
I am trying to get WebDav to work on Apache 2.0.52. I have added this Location directive to my VirtualHost *:80
<Location /webshare/>
DAV on
</Location>
And it worked, I could set up a webshare from Windows IE and although it is very slow, I can drag and drop, delete, etc.
I...