2022-11-21 21:37:52 +00:00
|
|
|
DirectoryIndex disabled
|
|
|
|
|
|
|
|
RedirectMatch 404 \.picodav\.ini
|
|
|
|
|
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /
|
2022-11-22 01:05:12 +00:00
|
|
|
|
|
|
|
# Uncomment the following 2 lignes to make things a bit faster for
|
|
|
|
# downloading files, AND you don't use PicoDAV users to manage access,
|
|
|
|
# but a regular .htpasswd file and config for your web server.
|
|
|
|
#RewriteCond %{REQUEST_FILENAME} !-f [OR]
|
|
|
|
#RewriteCond %{REQUEST_METHOD} !GET
|
|
|
|
|
2022-11-21 21:37:52 +00:00
|
|
|
RewriteRule ^.*$ /index.php [END]
|