How to view .htaccess files on your server

Many servers are configured to hide files with names that begin with a period - .htaccess and .htpasswd, for example. Here's how to configure a few popular FTP clients to display hidden files:

CuteFTP
  1. Right-click the site you want to work with from the "Site Manager" tab, and select "Properties".
  2. Click the "Actions" tab and click the "Filter" button.
  3. Enable the "Enable filtering" and the "Enable server side filtering" checkboxes.
  4. Enter -a in the "Remote filter" field and click "OK" then "Connect" to save your changes and connect to the site.
FileZilla
  1. Click the "Edit" menu option and select "Settings".
  2. Select the site you want to work with and click the "Edit" button.
  3. Select "Startup" on the left of the window and enter -la in the "Remote field mask" field.
  4. Click "OK" then "Connect" to save your changes and connect to the site.
WS_FTP
  1. Click the "Tools" menu option and select "Site Manager".
  2. Select the site you want to work with and click the "Edit" button.
  3. Select "Startup" on the left of the window and enter -la in the "Remote field mask" field.
  4. Click "OK" then "Connect" to save your changes and connect to the site.