mirror of
https://github.com/kd2org/picodav.git
synced 2024-11-16 16:48:26 +01:00
11 lines
247 B
ApacheConf
11 lines
247 B
ApacheConf
|
DirectoryIndex disabled
|
||
|
|
||
|
RedirectMatch 404 \.picodav\.ini
|
||
|
|
||
|
RewriteEngine On
|
||
|
RewriteBase /
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f [OR]
|
||
|
RewriteCond %{REQUEST_URI} \.picodav\.ini [OR]
|
||
|
RewriteCond %{REQUEST_METHOD} !GET
|
||
|
RewriteRule ^.*$ /index.php [END]
|