.htaccess 405 B

1234567891011121314
  1. DirectoryIndex disabled
  2. RedirectMatch 404 \.picodav\.ini
  3. RewriteEngine On
  4. RewriteBase /
  5. # Uncomment the following 2 lignes to make things a bit faster for
  6. # downloading files, AND you don't use PicoDAV users to manage access,
  7. # but a regular .htpasswd file and config for your web server.
  8. #RewriteCond %{REQUEST_FILENAME} !-f [OR]
  9. #RewriteCond %{REQUEST_METHOD} !GET
  10. RewriteRule ^.*$ /index.php [END]