Kriner

Oer my

Untwikkelersynformaasje
Namme Kriner
Brûker sûnt Sept. 25, 2013
Oantal ûntwikkele add-ons 0 add-ons
Gemiddelde wurdearring fan de add-ons fan de ûntwikkeler Noch net wurdearre

Myn beoardielingen

WebDAV for Filelink

Wurdearring: 5 fan de 5 stjerren

Hi,
if you don't want that somebody could make a directory listing of the webdav repository through the PROPFIND directive, you should add the following in the apache configuration:
<Directory your_directory_path>
AllowOverride None
# no directory listing with GET method
Options -Indexes
# no directory listing with webdav PROPFIND method
RequestHeader set Depth 0
</Directory>

Dizze beoardieling giet oer in eardere ferzje fan de add-on (1.3).