Webdav Frage, ich mach irgend etwas falsch und find den Fehler nicht

Moin Gemeinde,
XAMPP läuft hier unter 10.10.
Angelegt habe ich:
/Documents/webdav/
und meine "httpd-dav.conf" sieht so aus:
Show Plain Text
  1. #DavLockDB "/Applications/XAMPP/xamppfiles/var/DavLock"
  2. DavLockDB “/Documents/webdav/DavLock"
  3.  
  4. #Alias /uploads "/Applications/XAMPP/xamppfiles/uploads"
  5. Alias /webdav “/Documents/webdav”
  6.  
  7. <Directory “/Documents/webdav”>
  8.     Dav On
  9.  
  10.     AuthType Basic
  11.     AuthName DAV-upload
  12.     # You can use the htdigest program to create the password database:
  13.     #   htdigest -c "/Applications/XAMPP/xamppfiles/user.passwd" DAV-upload admin
  14.      htdigest -c "/Documents/webdav/webdav.passwd" DAV-upload matthias
  15.     #AuthUserFile "/Applications/XAMPP/xamppfiles/user.passwd"
  16.      AuthUserFile “/Documents/webdav/webdav.passwd"
  17.     AuthDigestProvider file
  18.  
  19.     # Allow universal read-access, but writes are restricted
  20.     # to the admin user.
  21.     <RequireAny>
  22.         Require method GET POST OPTIONS
  23.         Require user matthias
  24.     </RequireAny>
  25. </Directory>
  26.  
  27. #
  28. # The following directives disable redirects on non-GET requests for
  29. # a directory that does not include the trailing slash.  This fixes a
  30. # problem with several clients that do not appropriately handle
  31. # redirects for folders with DAV methods.
  32. #
  33. BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
  34. BrowserMatch "MS FrontPage" redirect-carefully
  35. BrowserMatch "^WebDrive" redirect-carefully
  36. BrowserMatch "^WebDAVFS/1.[01234]" redirect-carefully
  37. BrowserMatch "^gnome-vfs/1.0" redirect-carefully
  38. BrowserMatch "^XML Spy" redirect-carefully
  39. BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
  40. BrowserMatch " Konqueror/4" redirect-carefully

mit dem Terminabefehl:
sudo htpasswd -c /Documents/webdav/webdav.passwd daddl
kann ich keine .passwd Datei anlegen.
Was mach ich falsch?

Gruss
----------
Runtime Error 6D at 417A:32CF: Incompetent User