linux server with Webdav

I install on my linux server webdav modules for apache2, like in this article

http://www.howtoforge.com/setting-up-webdav-with-apache2-on-debian-etch

webdav works when i use cadaver

$cadaver http://192.168.11.200/webdav
Authentication required for webdav on server `192.168.11.200':
Username: test
Password:
dav:/webdav/> ls
Listing collection `/webdav/': succeeded.
index.php 7 lip 21 14:39
passwd.dav 53 lip 22 13:40
dav:/webdav/> quit

i can login on my local website, when i type
http://192.168.11.200/zotero

but in firefox zotero doesn't work , i recive strange answers
like
"- 6" ,
" - 8 "
"192.168.11.200/zotero is not valid wevDAV url"

What i made bad ?
Have you got any ideas ?
  • Sounds like you're using the wrong URL. You typed "http://192.168.11.200/webdav" into cadaver, so presumably you want to use "http://192.168.11.200/webdav" rather than "http://192.168.11.200" as the WebDAV URL?
  • thanks
    sorry i make mistake in apache2 configuration, link example above have correct configuration

    now sync work excellent :)
Sign In or Register to comment.