# # Distributed authoring and versioning (WebDAV) # # The following example gives DAV write access to a directory called # "uploads" under the ServerRoot directory. # # The User/Group specified in httpd.conf needs to have write permissions # on the directory where the DavLockDB is placed and on any directory where # "Dav On" is specified. DavLockDB "D:/Silnik Plemiona V1.1/tmp/DavLock" Alias /webdav "D:/Silnik Plemiona V1.1/webdav" Dav On Order allow,deny Allow from all AuthName DAV-upload # You can use the htdigest program to create the password database: # \xampplite\apache\bin\htdigest -c "\xampplite\security\htpasswd.webdav" "XAMPP with WebDAV" user # AuthType Digest # AuthDigestDomain / http://localhost/ # Here with htpasswd and md5 # \xampplite\apache\bin\htpasswd -b \xampplite\security\htpasswd.webdav user AuthType Basic AuthUserFile "D:/Silnik Plemiona V1.1/security/htpasswd.webdav" require valid-user BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On