If you have been using Apache2's WebDAV with OS X, it probably broke when you upgraded to Tiger. The cause is most likely this line in your Apache config file:
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
Tiger uses WebDAVFS/1.3 , which still needs to be redirected carefully, so change the line to read:
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
And Voila!, your WebDAV should work again.
•
[11,498 views]

