برای امتحان کردن صدها افزودنی موجود در اینجا، موزیلا فایرفاکس، یک راه سریع، رایگان برای مرور وب را بارگیری کنید!
CloseWelcome to فایرفاکس Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseReview for WebDAV for Filelink by Kriner
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>
To create your own collections, you must have a Mozilla Add-ons account.