Forum Moderators: phranque
I maintain sites on a few different servers, and I've noticed that in one server, the .htaccess file is fully visible in my FTP client; in the other, I cannot get to it. In the latter case, I make a temporary copy like hta.txt which I *can* see in FTP, and download that & edit it (and immediately delete it, of course).
This feels like a band-aid approach, though. Why is the .htaccess file visible (to the FTP client) on one server, and invisible on the other? Is there something I can do to make both servers act the same?
Also, in many FTP clients, there is an option that can be used to overcome this problem. The location and name of the option differs from client to client, but it will have something to do with configuring the "LIST" command. In cases where system files (files starting with ".") are invisible, try setting the LIST command to "LIST -a".
Jim