Kriner

Giới thiệu về tôi

Thông tin về Nhà phát triển
Tên Kriner
Người dùng kể từ Tháng 9. 25, 2013
Số tiện ích được phát triển 0 add-ons
Đánh giá trung bình của các tiện ích của nhà phát triển Chưa được xếp hạng

Đánh giá Của tôi

WebDAV for Filelink

Rated 5 out of 5 stars

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>

Đánh giá này là cho một phiên bản trước của tiện ích (1.3).