Kriner
关于我
| 名称 | Kriner | 
|---|---|
| 注册时间 | Sept. 25, 2013 | 
| 开发的附加组件数量 | 0 个附加组件 | 
| 开发的附加组件平均得分 | 尚无评分 | 
我所发表的评价
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 附加组件账户。
或者登录您已有的账户