Path

ez.no / exponential / documentation / faq / webdav / i cannot access webdav from...


Q: I cannot access WebDAV from Windows XP, what is the reason?

A:

Some versions of Windows XP has a bug in it which causes the entered WebDAV url to be interpreted as an SMB server.
To make sure it's seen as a WebDAV server you should add a # (hash) or . (dot) at the end of the url.
e.g. http://webdav.example.com/# or http://webdav.example.com/.

For more details on WebDAV problems in Windows you should check out this site:
http://www.atarex.com/services/support/webdav-msft.shtml

Back to WebDAV