On Mon, 12 Jan 2004, Nilesh wrote: > How can i Block only mp3, Dat , exe files from > downloading
By using the urlpath_regex acl, matching URLs ending in .mp3 (\.mp3$) etc. You may also be able to use the rep_mime_type acl in http_reply_access to match the mime type of the returned content. Regards Henrik
