.htaccess 390 B

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