Over my CVS issue.
So, don't ask why, but I thought I'd give a whirl to publish from my local drive to my apache local web server, on localhost, yes on the same local drive. Fair enuff, webdav module download easy enuff. localhost returns apache default page, and one subdirectory http://localhost/test/index.php returns page, so php working.
I can't get the publish to the server to work at all. Hopefully, no authentication method is needed?
The only thing I added to httpd.conf is
DavLockDB G:/TEMP/DavLock
<Location />
Dav On
</Location>
|
I've tried numerous permutations of remote file mappings, local file mappings, top level directories, all to no avail.
Mostly I get a "directory does not exist" error, followed by a 405 method forbidden error message.
Should this work? Is it all that difficult?