# # Define common suffixes, server must properly distinguish between binary # and and ascii (8BIT) files in order to transfer them to the client. # suffix .gif image/gif BINARY 1.0 suffix .txt text/plain 8BIT 0.5 suffix .com text/plain 8BIT 0.5 suffix .html text/html 8BIT 0.5 suffix .jpg image/jpg BINARY suffix .dat text/plain 8BIT 1.0 suffix .hlp text/plain 8BIT 1.0 suffix .hlb vms/help BINARY suffix .tlb vms/tlb BINARY suffix .olb vms/olb BINARY suffix .mlb vms/mlb BINARY suffix .exe vms/exe BINARY 1.0 suffix .au audio/basic BINARY 1.0 suffix .bleep application/bleeper 8BIT 1.0 # The following line forces the server to send everything. suffix *.* text/plain * 0.01 #suffix *.* * * 0.3 # # directories have special suffix. suffix / text/html 8BIT