Archive for July, 2008

July 03, 2008
Filed Under (General) by admin on 03-07-2008

a simple trick using the .htaccess file

A simple tutorial which only involves editing one little file. Useful for those of us who have mime-typed extensions or who are creating lots of test design files and want an easy way to make the design they like best their default file.

1. Create a file called .htaccess in the /public_html/ folder if you don’t have it. I think one should be there already when you get your site so if it isn’t you should create it anyway!
2. In the file write the following:

CODE:
DirectoryIndex best_design.weirdext

3. Replace best_design.weirdext with the file you want your index page to be.
4. Open your website and if all has worked well, you should have your customized index page.

Tags: custom, directory, htaccess, index, redirect

Related posts