Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Are you hosting the site on apache?
If so, you can add an expressions in a apache configuration file name .htaccess
http://httpd.apache.org/docs/1.3/mod/mod_dir.html
Code:
DirectoryIndex accub.html index.html
If you have already a .htaccess, append this line to it.
It will indicate to apache that if a directory listing is asked for (which is the case if no file are specified), which file should be presented and in which order.
As long as the file will not be found in the current directory, it will try the to find the next file.
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 07-26-2007 at 03:00 PM..
|