Anakeen/dynacase-core/3.2-integration/App/Dav/webdav.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
GET, redirect-carefull, REQUEST_URI

Comments

Apache