Using the .htaccess File

Web designers often ask how to handle redirects or to password protect directories. The .htaccess file can do these things and more. For this article Miraz Jordan has collated various tips mentioned on the Wisewomen mailing list, and from several other sources.
What the .htaccess file can do
- If you’re reorganising your site and moving pages around, you can use the .htaccess file to redirect visitors from the old page to the new one.
- Another function of the .htaccess file is to allow you to serve up pages which include PHP or Server Side Includes (SSI) but whose file name still uses the .htm or .html extension.
- Allow or prevent directory browsing.
- Because the server should check the .htaccess file before anything is delivered to the client, you can use it to password protect parts of your site.
- You can also block various bots with the .htaccess file — for example, you can keep some spammers out, or prevent search engine spiders from indexing your images folder.
You can read the definitive information on .htaccess files at Apache.org. Read more »



