This tutorial provides a step by step guide on how set-up CuteFTP to display your .htaccess file.
By default CuteFTP’s filtering system can hide the htaccess so it doesn\’t appear within the list of files on your server. I have know idea why this is exactly but I’m guessing CuteFTP is just trying to protect the configuration file from accidental mishaps.
You have two ways to enable the viewing of htaccess in CuteFTP:
Method One: Apply ‘On-The-Fly’ Server Side Filtering
- Right click in root folder:
- Select Filter
- Enable server side filtering:
- Type the following filter command:-L-a
- Apply, then .htaccess should appear:
Method Two: Setup Site Manager
- Right click the site in site manager:
- Select Properties
- Select Actions tab
- Click Filter button:
- Type the following filter command:-L-a
- Save, then .htaccess should appear from then on:
Things to Consider
As always, be careful when your messing around with stuff like this, the htaccess file is an important configuration file which if modified incorrectly or deleted can completely kill the site. If your not sure what your doing, leave it alone.
Please note, not all hosts allow for users to configure through their site’s through htaccess. If you upload your htaccess file and it doesn’t do anything this is more than likely the problem, contact your hosts for further advice.
Another thing, htaccess is an Apache configuration file and therefore will not work in IIS. You’ll need something like ISAPI rewrite for IIS.