Kriner

Over mij

Ontwikkelaarsinformatie
Naam Kriner
Gebruiker sinds sep 25, 2013
Aantal ontwikkelde add-ons 0 add-ons
Gemiddelde waardering van add-ons van de ontwikkelaar Nog niet gewaardeerd

Mijn beoordelingen

WebDAV for Filelink

Waardering 5 van 5 sterren

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>

Deze beoordeling betreft een eerdere versie van de add-on (1.3).