[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] FTP and .ht files?



 >> Does anyone know of a FTP client that allows .htaccess files to be
 >>viewable?


This has been covered recently in this list. You must modify '/etc/proftpd.conf.rpmsave' file to allow viewing of hidden files.

add this to the VirtualHost section

        LsDefaultOptions        "-a"

James