############################################################################## # # Files and directories browsing module # ############################################################################## LoadModule = mod_fb.php # Allow browsing of files and directories. You may define this for each # virtual host FileBrowser = 1 # FBSortOrder=(name|size|date)[ desc]) defines the sorting order and direction FBSortOrder = name # FBDateFormat defines how mod_fb will represent the date and time of each file # and directory. The format is the same as the PHP date() function. #FBDateFormat = Y-m-d H:i FBDateFormat = d-M-Y H:i:s # Show .xxxxxxx files in browser ? #FBShowDotFiles = 1 # This file, if found, is displayed before the listing in file browsing mode FBWelcomeFile = .welcome # Name of the description file. Format is "filename.ext desc of the file" for # each line FBDescFile = .desc # FBIconByType define icons associated to mime types in file browser. # Syntax is "FBIconByType = /path/to/icon mime[/type]" FBIconByType = /icons/exec.gif application FBIconByType = /icons/pic.gif image FBIconByType = /icons/son.gif audio FBIconByType = /icons/txt.gif text FBIconByType = /icons/video.gif video # FBIconDirectory define the icon shown for directories in file browser. FBIconDirectory = /icons/rep.gif # FBIconDefault define the default icon used in file browser. FBIconDefault = /icons/misc.gif