How to hide files in Apache 2.2 WebDAV Directory listings
Posted
by mdornsf
on Server Fault
See other posts from Server Fault
or by mdornsf
Published on 2009-08-18T12:31:01Z
Indexed on
2010/04/20
20:44 UTC
Read the original article
Hit count: 751
I use Apache 2.2 as WebDAV file server to a bunch of Mac and MS Windows clients. Unfortunately both clutter the filesystem with files like .DS_Store or thumbs.db.
Since hte files distract my users i want to hide them from directory listings. Unfortunately the standard way of hiding files in Apache (via IndexIgnore) seems not to work via WebDAV.
Is there any other way to hide files?
© Server Fault or respective owner