Forum Moderators: travelin cat
To get around the issue:
In the FTP I rename the file from .htaccess to htaccess then download it. Within the FTP I rename the file back to .htaccess. In doing this I have never had to switch the permissions at all.
Granted this is a pain, but I don't mind since I don't have to alter my .htaccess but just a few times a month.
Hope this helps!
I have never made the time to check for other solutions. Will have to watch this post to see what others do.
In case you're not familiar with the Terminal:
1. In Terminal go to the folder with the file in it:
% cd /path/to/folder 2. Change the name:
% mv _htaccess .htaccess If there is a way to do it inside the Finder I'd like to know about it.