mirror of
https://github.com/kd2org/picodav.git
synced 2026-03-14 14:25:49 +01:00
Make sure condition is in <IfVersion
FossilOrigin-Name: 0c0e77be779e2290e65e81ca31bdc4ce5006a3061e02a771f431497ed5e7db3c
This commit is contained in:
parent
023a5dd46d
commit
d6b1a15f20
1 changed files with 7 additions and 3 deletions
10
.htaccess
10
.htaccess
|
|
@ -1,8 +1,12 @@
|
|||
DirectoryIndex disabled
|
||||
|
||||
# Force Apache to pass the Authorization header to PHP
|
||||
# See https://github.com/kd2org/picodav/issues/14
|
||||
CGIPassAuth On
|
||||
<IfModule mod_version.c>
|
||||
<IfVersion >= 2.4.13>
|
||||
# Force Apache to pass the Authorization header to PHP
|
||||
# See https://github.com/kd2org/picodav/issues/14
|
||||
CGIPassAuth On
|
||||
</IfVersion>
|
||||
</IfModule>
|
||||
|
||||
RedirectMatch 404 \.picodav\.ini
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue