You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nicholas Venturella <ni...@fastmail.fm> on 2004/03/08 11:11:13 UTC

[users@httpd] Help for Dreamweaver WebDAV

Hopefully you have already discovered this, but if not this could save you
some grief. The Dreamweaver MX 2004 WebDAV client has a bug (like almost
every other WebDAV client): it doesn't append the trailing / onto
directories. This causes Apache to reply with a 301 error which the WebDAV
client doesn't understand.

To prevent this from happening, add this line to your httpd.conf outside of
all directives (eg: not in a <Location> tag):
BrowserMatch "WebDAV" redirect-carefully

Personally, I think this line should be standard in the configuration file,
seeing as how almost all WebDAV clients require this.


-- Nicholas Venturella





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org