How to edit htaccess files on Mac running OS X Maverick update
Here is short video tutorial of how you can easily view and edit the .htacess file on you Mac running OS X Mavericks. Ful tutorial and guide here http://bit.ly/htaccesfile
All tools need are an FTP client like FileZilla and Macs built in Terminal and Finder app
Below are the Terminal commands to make hidden files visibe on a Mac running Mavericks.
The terminal command to show hidden files is defaults write com.apple.finder AppleShowAllFiles YES
To turn hidden files off visibility again simply type in the commend defaults write com.apple.finder AppleShowAllFiles NO






