mirror of
https://github.com/kd2org/picodav.git
synced 2024-11-16 08:38:27 +01:00
57467c06fd
FossilOrigin-Name: 94a7e24f922673576a34891702a0eb080b3cc17df204a6e2f6265485001accb8
14 lines
405 B
ApacheConf
14 lines
405 B
ApacheConf
DirectoryIndex disabled
|
|
|
|
RedirectMatch 404 \.picodav\.ini
|
|
|
|
RewriteEngine On
|
|
RewriteBase /
|
|
|
|
# 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
|
|
|
|
RewriteRule ^.*$ /index.php [END]
|