Anakeen/dynacase-core/3.2-integration/App/Dav/webdav.htaccess
BrowserMatch "Microsoft-WebDAV-MiniRedir/5.1.2600" redirect-carefully
DirectoryIndex index.php
<FilesMatch "^.+$">
Order Allow,Deny
Allow from All
</FilesMatch>
<Limit GET OPTIONS PROPFIND>
Order Allow,Deny
Allow from All
</Limit>
RewriteEngine On
RewriteCond %{REQUEST_URI} !/index.php$
RewriteRule ^(.*)$ /index.php?type=webdav&filename=$1 [PT,L]
Files
