Kriner 發表對 WebDAV for Filelink 的評論
評分: 5 / 5 顆星
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>
請選擇一個原因:
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。